loading…
Search for a command to run...
loading…
Provides tools for managing todo lists, checking weather, and accessing user information through the Model Context Protocol. It supports local execution and rem
Provides tools for managing todo lists, checking weather, and accessing user information through the Model Context Protocol. It supports local execution and remote deployment as a web-based MCP gateway integrated with Gemini.
To start the MCP server locally:
npm run mcp
Agent_B1997 helps you to connecting & testing MCP.
...
... (existing local config) ...
Once you start the project using npm run dev, you can access the Agent UI & API locally.
http://localhost:3000/api/mcp (MCP JSON-RPC)curl -X POST http://localhost:3000/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/list"}'
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"gemini-agent-mcp-server": {
"command": "npx",
"args": []
}
}
}