Axiom-2.0 / mcp.json
Aasher's picture
Refactor AxiomAgent model initialization and update MCP server configuration to include Tavily MCP with environment variable support
d80f5ac
raw
history blame contribute delete
305 Bytes
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp@latest"]
},
"tavily-mcp": {
"command": "npx",
"args": ["-y", "tavily-mcp@0.1.2"],
"env": {
"TAVILY_API_KEY": ""
}
}
}
}