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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"gomcptest": {
"command": "go",
"args": [
"run",
"github.com/owulveryck/gomcptest@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gomcptest go run github.com/owulveryck/gomcptest@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gomcptest": {
"command": "go",
"args": [
"run",
"github.com/owulveryck/gomcptest@latest"
]
}
}
}
📋 Copy