Loading MCP server directory, please wait...
Hybrid search, schema introspection and record CRUD over FoxNose collections
npx @getmcp/cli add net.foxnose/knowledgeRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationFoxNose API key pair. Scopes follow the key: a collection the key cannot read over REST is not reachable over MCP either.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"net.foxnose/knowledge": {
"url": "https://{env_key}.fxns.io/{api_prefix}/_mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Simple {public_key}:{private_key}"
}
}
}
}