Agent Pontifex MCP server in Rust, inheriting from the ORESoftware MCP server base.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-pontifex-mcp-s": {
"command": "npx",
"args": [
"-y",
"agent-pontifex/agent-pontifex-mcp-server.rs"
]
}
}
}
Run in terminal:
claude mcp add agent-pontifex-mcp-s npx -y agent-pontifex/agent-pontifex-mcp-server.rs
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-pontifex-mcp-s": {
"command": "npx",
"args": [
"-y",
"agent-pontifex/agent-pontifex-mcp-server.rs"
]
}
}
}