PluginBench
MCP Server
Maintained
Apache-2.0

io.github.Toby-Self/asymptotic-ethics MCP Server

io.github.Toby-Self/asymptotic-ethics

What is the io.github.Toby-Self/asymptotic-ethics MCP server?

MCP server for an Asymptotic Ethics governance simulation with a verified compliance oracle.

How to install io.github.Toby-Self/asymptotic-ethics

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": {
    "asymptotic-ethics": {
      "command": "uvx",
      "args": [
        "asymptotic-ethics-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "asymptotic-ethics": {
      "command": "uvx",
      "args": [
        "asymptotic-ethics-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "asymptotic-ethics": {
      "command": "uvx",
      "args": [
        "asymptotic-ethics-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "asymptotic-ethics": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "asymptotic-ethics-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add asymptotic-ethics -- uvx asymptotic-ethics-mcp

Related MCP servers

MCP server for a federated AI-commons governance simulation with a verified compliance oracle.

0
Python
Apache-2.0
View repository →