1. Conduid
  2. Files
  3. io.github.AntonioTF5/soul-mcp-server
MCP server · Files

io.github.AntonioTF5/soul-mcp-server

MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.

Unclaimed files
37Low

Scored 4 months ago · breakdown

About io.github.AntonioTF5/soul-mcp-server

io.github.AntonioTF5/soul-mcp-server is an MCP server in the Files category: mCP server for validating and generating SOUL.md agent identity files from Claude Desktop. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-antoniotf5-soul-mcp-server -- npx -y soul-mcp-server
npx
npx -y soul-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.AntonioTF5/soul-mcp-server

Powered by Claude · Grounded in docs

I know everything about io.github.AntonioTF5/soul-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

soul-mcp-server

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.


30-second setup

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.


Tools

validate_soul_file

Validates a .soul.md file against the SOUL.md schema.

Parameters:

  • path (string, required) — path to the soul file

Returns: JSON with pass boolean, name, version, and errors array.

Example prompt:

"Validate my soul file at ~/agents/marcus.soul.md"


generate_soul_template

Generates a starter .soul.md for a given agent name and keywords.

Parameters:

  • name (string, required) — the agent's name
  • keywords (string[], optional) — domain keywords to seed the template

Returns: 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_file

Returns a completeness score (0–100) based on how many optional fields are filled.

Parameters:

  • path (string, required) — path to the soul file

Returns: JSON with score, filled, missing, and total.

Example prompt:

"Score my agent at ~/agents/startup-advisor.soul.md and tell me what's missing"


Spec & examples

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.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.AntonioTF5/soul-mcp-server

How do I install io.github.AntonioTF5/soul-mcp-server?

Run claude mcp add io-github-antoniotf5-soul-mcp-server -- npx -y soul-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.AntonioTF5/soul-mcp-server safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.AntonioTF5/soul-mcp-server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.