Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"context-mcp": {
"command": "npx",
"args": [
"-y",
"contextmcp",
"init"
],
"env": {
"PINECONE_API_KEY": "your_pinecone_key",
"OPENAI_API_KEY": "your_openai_key"
}
}
}
}