★ 5 stars
Go
💻 Code/Dev Tools
Updated 1mo ago
Status: Experimental. This repository provides a multi-language reference implementation of the variants proposal for the Model Context Protocol (MCP), as described in SEP-2053.
View on GitHub →
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": {
"experimental-ext-var": {
"command": "go",
"args": [
"run",
"github.com/modelcontextprotocol/experimental-ext-variants@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add experimental-ext-var go run github.com/modelcontextprotocol/experimental-ext-variants@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"experimental-ext-var": {
"command": "go",
"args": [
"run",
"github.com/modelcontextprotocol/experimental-ext-variants@latest"
]
}
}
}
📋 Copy
Topics
experimental extension