MCP Server
Maintained
io.github.NellInc/psychopathia-mcp MCP Server
io.github.NellInc/psychopathia-mcp
What is the io.github.NellInc/psychopathia-mcp MCP server?
Read-only tools over the Psychopathia Machinalis nosology: 79 conditions, 11 tools.
How to install io.github.NellInc/psychopathia-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": {
"psychopathia-mcp": {
"command": "uvx",
"args": [
"psychopathia-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"psychopathia-mcp": {
"command": "uvx",
"args": [
"psychopathia-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"psychopathia-mcp": {
"command": "uvx",
"args": [
"psychopathia-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"psychopathia-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"psychopathia-mcp"
]
}
}
}Claude Code
claude mcp add psychopathia-mcp -- uvx psychopathia-mcpRelated MCP servers
io.github.NellInc/saferagenticai-mcp
Maintained
Read-only tools over the Safer Agentic AI framework: 238 patterns + 14 heuristics.
0
View repository →Python
MIT