Bridges Claude Desktop to the SOUL.md agent identity spec with three focused tools: validate_soul_file checks your .soul.md against the schema and returns pass/fail with errors, generate_soul_template scaffolds a new agent file from a name and optional keywords, and score_soul_file gives you a 0 to 100 completeness rating based on filled optional fields. Built for Agenturo's reference implementation but works standalone. Runs via npx with stdio transport, so it's a one liner in your config. If you're authoring agent identity files in the SOUL.md format and want validation and templating without leaving your Claude chat, this gives you that workflow.
MCP server for SOUL.md — validate and generate soul files directly from Claude Desktop or any MCP-compatible client.
Built for Agenturo — the reference SOUL.md implementation. Deploy your soul file as a live agent on your own subdomain.
Add this to your claude_desktop_config.json (usually at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"soul-md-cli": {
"command": "npx",
"args": ["soul-mcp-server"]
}
}
}
Restart Claude Desktop. The three soul tools will appear in your tool list.
validate_soul_fileValidates a .soul.md file against the SOUL.md schema.
Parameters:
path (string, required) — path to the soul fileReturns: JSON with pass boolean, name, version, and errors array.
Example prompt:
"Validate my soul file at ~/agents/marcus.soul.md"
generate_soul_templateGenerates a starter .soul.md for a given agent name and keywords.
Parameters:
name (string, required) — the agent's namekeywords (string[], optional) — domain keywords to seed the templateReturns: A ready-to-edit soul file as a string.
Example prompt:
"Generate a soul template for a climate scientist who specializes in carbon capture"
score_soul_fileReturns a completeness score (0–100) based on how many optional fields are filled.
Parameters:
path (string, required) — path to the soul fileReturns: JSON with score, filled, missing, and total.
Example prompt:
"Score my agent at ~/agents/startup-advisor.soul.md and tell me what's missing"
Full specification: soul-spec
Curated community soul files: awesome-soul-files
CLI validator (no Claude required): soul-md-cli
MIT License. Created by Anton Agafonov.
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent