MCP server for soul.md — your portable AI identity layer across every LLM.
claude mcp add manoma -- npx -y manoma-mcp
claude_desktop_config.json
{
"mcpServers": {
"manoma": {
"command": "npx",
"args": [
"-y",
"manoma-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"manoma": {
"command": "npx",
"args": [
"-y",
"manoma-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"manoma": {
"command": "npx",
"args": [
"-y",
"manoma-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"manoma": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"manoma-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"manoma": {
"command": "npx",
"args": [
"-y",
"manoma-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.paperdavid--manoma/reviews or the review_server meta-tool.
POST /mcp