MCP Server
Active
Apache-2.0
SNHP — free negotiation math + agent memory MCP Server
io.github.ryuxik/snhp
What is the SNHP — free negotiation math + agent memory MCP server?
Free game-theory negotiation advisor for agents, plus paid receipted sessions and agent memory.
How to install SNHP — free negotiation math + agent memory
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"snhp": {
"url": "https://api.snhp.dev/mcp/"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"snhp": {
"serverUrl": "https://api.snhp.dev/mcp/"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"snhp": {
"type": "http",
"url": "https://api.snhp.dev/mcp/"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"snhp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.snhp.dev/mcp/"
]
}
}
}Claude Code
claude mcp add --transport http snhp https://api.snhp.dev/mcp/Related MCP servers
io.github.ryuxik/gametheory-mcp
Maintained
Equilibrium-aware primitives for AI agents — negotiation, auctions, mechanism design.
0
View repository →Python
Apache-2.0
Math-optimal negotiation moves for AI agents, in plain dollars (single + multi-issue).
0
View repository →Python
Apache-2.0