Supported tools:
- VSCode
- Cursor
- Windsurf
- Other AI assistants that support remote MCP servers
Authentication
No authentication is required to connect to the SeekrFlow MCP server. When your AI assistant generates code that makes SeekrFlow API calls, those calls require your SeekrFlow API key in theAuthorization header. Set your API key as an environment variable so it’s available in generated code:
Connect your tools
SeekrFlow hosts a remote MCP server athttps://docs.seekr.com/mcp. Configure your AI development tools to connect to this server using the steps below.
VSCode
Or add the following to your VSCode MCP configuration:
Cursor
Windsurf
Open
~/.codeium/windsurf/mcp_config.json. If the file doesn’t exist, create it with touch ~/.codeium/windsurf/mcp_config.json.Other AI assistants
Any AI assistant that supports remote MCP servers can connect to SeekrFlow usinghttps://docs.seekr.com/mcp. Refer to your tool’s documentation for instructions on adding a remote MCP server.
Troubleshooting
Connection issues
- Restart your editor: MCP connections sometimes need a restart after configuration changes.
- Verify the server URL: Confirm you are using
https://docs.seekr.com/mcp.
File issues
- Cursor: Make sure
~/.cursor/mcp.jsonexists and is valid JSON - Windsurf: Check
~/.codeium/windsurf/mcp_config.jsonexists and contains valid JSON. - JSON syntax: Verify all quotes and brackets are correct
Get help
- Test your API key by making a direct SeekrFlow API call to confirm it is active.
- Contact SeekrFlow support or see Getting started to verify your account setup.