Servers
VSCodeMCP
@Ollama-Agent-Roll-Cage
A simple, robust, mcp inference server for groq. Tailored specifically for vscode copilot mcp access.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"groq-mcp": {
"command": "python",
"args": [
"-m",
"vscode_mcp",
"create",
"My MCP Server",
"--tool",
"hello_world",
"Responds with a greeting",
"--install"
]
}
}
}