gomcptest

owulveryck/gomcptest
★ 41 stars Go 🤖 AI/LLM Updated 4mo ago
A proof-of-concept demonstrating a custom-built host implementing an OpenAI-compatible API with Google Vertex AI, function calling, and interaction with MCP servers.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gomcptest": {
      "command": "go",
      "args": [
        "run",
        "github.com/owulveryck/gomcptest@latest"
      ]
    }
  }
}