ClawSouls MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| soul_searchA | Search AI agent personas on ClawSouls by keyword, category, or tag |
| soul_getB | Get detailed information about a specific persona |
| soul_installA | Download a persona from ClawSouls and generate a CLAUDE.md file |
| soul_scanA | Run SoulScan safety verification on Soul Spec files. Analyzes persona files against 53 safety patterns and returns a grade (A+ to F) with actionable recommendations. |
| soul_rollback_checkA | Detect persona drift by comparing current Soul Spec files against their original committed versions. Returns drift severity and recommended actions. |
| memory_searchA | Search agent memory using TF-IDF ranking. Returns a compact index of matching sections with relevance scores. Use memory_detail to fetch full content of interesting results. Searches MEMORY.md + memory/*.md files. |
| memory_detailA | Fetch full content of a specific memory section. Use after memory_search to get details for high-scoring results. |
| memory_statusA | Show current status of agent memory files — list files, sizes, last modified dates, and git status. |
| memory_syncA | Sync agent memory files with a remote Git repository for multi-agent Swarm Memory. Supports init (setup), push (upload changes), pull (download changes), and status. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clawsouls/clawsouls-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server