NeetoKB hosts the MCP server, so there is nothing to install or run locally. Add it to your assistant, then restart the assistant to make the neetokb tools available.
Server details
Which method does your assistant use?
The credential decides what the assistant can reach, so read Authentication before you pick.
OAuth assistants
Nothing to copy: add the server URL and approve the sign-in prompt.
Open Settings → Connectors → Add → Add custom connector, give it a Name such as NeetoKB, and paste the server URL:Save it, then click Connect on the new connector and approve the NeetoKB sign-in prompt. Works on claude.ai, the Claude desktop app, and Cowork. Open Settings → Security and login and turn on Developer mode. Then go to Plugins → Browse plugins → + → New Plugin and paste the server URL:Approve the NeetoKB sign-in prompt when it appears.
API key assistants
Replace YOUR_API_KEY with your NeetoKB API key in each example below.
These files hold your API key in plain text, and some of them live inside a project you may share. Keep .vscode/mcp.json out of version control - add it to .gitignore before you commit - and never push any of these files to a public repository.
Claude Code
Codex
Cursor
Gemini CLI
VS Code
Windsurf
Add the server to ~/.claude.json:Or add it from the terminal:Save the file, then restart Claude Code. Codex uses TOML, not JSON. Add the server to ~/.codex/config.toml:bearer_token_env_var is the name of an environment variable, not the key itself. Export the key in your shell, then restart Codex: Create or edit ~/.cursor/mcp.json:Save the file, then restart Cursor or reload its window from the command palette. Add the server to ~/.gemini/settings.json:Gemini CLI uses httpUrl for streamable HTTP servers; url means SSE and will not work here. Restart the CLI after saving. Create .vscode/mcp.json in your workspace:This requires VS Code 1.99 or later and GitHub Copilot Chat’s Agent mode. VS Code uses servers, not mcpServers. Because this file lives in your repository, add it to .gitignore before committing. Edit ~/.codeium/windsurf/mcp_config.json:Windsurf uses serverUrl, not url. Enable the server in Settings → Cascade → MCP Servers. Windsurf allows up to 100 MCP tools across all connected servers.
Verify the connection
After your assistant reloads, confirm that neetokb is listed among its tools. Then try a prompt such as “Search my NeetoKB articles for billing.” Find more in Examples.