The assistant does not see any NeetoRecord tools
The assistant does not see any NeetoRecord tools
- Check the config key. Claude Code, Cursor, Gemini CLI, Windsurf, and Antigravity nest servers under
mcpServers. VS Code usesservers, and Codex uses a[mcp_servers.<name>]section in TOML. A server under the wrong key is ignored silently. - Check the URL key. Windsurf and Antigravity expect
serverUrl, and Gemini CLI expectshttpUrlbecause it reservesurlfor SSE. Claude Code, Codex, Cursor, and VS Code expecturl. - Check the endpoint. It is
https://connect.neetorecord.com/mcp/messages, with no trailing slash. - Check the syntax. In JSON a trailing comma or an unclosed brace makes the whole file unreadable, which takes out any other servers too.
The client sends a key when you meant to sign in
The client sends a key when you meant to sign in
headers block, or the bearer_token_env_var line in Codex, and restart the client. It then answers the server’s 401 by opening the sign in.The client asks you to sign in when you meant to use a key
The client asks you to sign in when you meant to use a key
headers block with "Authorization": "Bearer YOUR_API_KEY", or set bearer_token_env_var = "NEETORECORD_API_KEY" in Codex and export that variable, then restart the client. Codex takes the name of an environment variable, not the key itself.The OAuth sign in fails at the workspace step
The OAuth sign in fails at the workspace step
acme.neetorecord.com, enter acme. See Workspace subdomain.An OAuth connected assistant sees fewer recordings than expected
An OAuth connected assistant sees fewer recordings than expected
A tool is refused because a permission was not granted
A tool is refused because a permission was not granted
The assistant reaches the wrong workspace
The assistant reaches the wrong workspace
VS Code never offers the tools
VS Code never offers the tools
.vscode/mcp.json is in the workspace you have open. On an API key connection, VS Code prompts for the key the first time the server is used, so answer that prompt.Windsurf or Antigravity connects but the tools are missing
Windsurf or Antigravity connects but the tools are missing
The assistant says a recording was not found
The assistant says a recording was not found
A transcript, chapters, or a screenshot come back empty
A transcript, chapters, or a screenshot come back empty
Check that the server is reachable
Check that the server is reachable
issuer is https://connect.neetorecord.com means the host is reachable and answering, so look at the client’s setup next. It does not prove that every tool call succeeds. No answer, or an error page, means the server cannot be reached from your network. Try again in a few minutes, and if it persists, tell us.