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-mcpRelated MCP servers
io.github.Toby-Self/federated-ai-commons
Maintained
MCP server for a federated AI-commons governance simulation with a verified compliance oracle.
0
View repository →Python
Apache-2.0