aivengers-mcp MCP server\
\ Dynamically search and call tools in AIvengers\ \
Components\
\
Tools\
\ The server implements 2 tools:\
- search_tools: Intent based search for dynamic tools\
- call_tool: Calls a dynamic action (tool)\
\
Configuration\
\ Requires AGIVERSE_API_KEY environment variable to be set.\ \ You can get your API key for free at AGIverse.\ \
Quickstart\
\
Install\
\
uv\
\ You need to install uv to run the server, see Instaling uv for more details.\ \
Claude Desktop\
\ On MacOS: ~/Library/Application\\\\ Support/Claude/claude_desktop_config.json\ \ On Windows: %APPDATA%/Claude/claude_desktop_config.json\ \
{\
"mcpServers": {\
"aivengers-mcp": {\
"command": "uvx",\
"args": [\
"--from",\
"git+https://github.com/agiverse/aivengers-mcp",\
"aivengers-mcp"\
],\
"env": {\
"AGIVERSE_API_KEY": ""\
}\
}\
}\
}\