MCP Server
io.github.ryuxik/gametheory-mcp MCP Server
io.github.ryuxik/gametheory-mcp
What is the io.github.ryuxik/gametheory-mcp MCP server?
Equilibrium-aware primitives for AI agents — negotiation, auctions, mechanism design.
How to install io.github.ryuxik/gametheory-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gametheory-mcp": {
"command": "uvx",
"args": [
"gametheory-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gametheory-mcp": {
"command": "uvx",
"args": [
"gametheory-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gametheory-mcp": {
"command": "uvx",
"args": [
"gametheory-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gametheory-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gametheory-mcp"
]
}
}
}Claude Code
claude mcp add gametheory-mcp -- uvx gametheory-mcpRelated MCP servers
Math-optimal negotiation moves for AI agents, in plain dollars (single + multi-issue).
View repository →