| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-15 | 1.2 kB | |
| v2.15.0 -- MCP Server_ Zero-Dependency Claude Plugin source code.tar.gz | 2026-03-15 | 4.8 MB | |
| v2.15.0 -- MCP Server_ Zero-Dependency Claude Plugin source code.zip | 2026-03-15 | 4.9 MB | |
| Totals: 3 Items | 9.7 MB | 0 | |
🔌 MCP Server (Batch 3)
MUSE now includes a built-in MCP (Model Context Protocol) server — a zero-dependency Bash implementation that lets Claude Code, Cursor, and other MCP-compatible tools access your project through a standard protocol.
6 MCP Tools
| Tool | Description |
|---|---|
muse_get_status |
Read all L0 lines → project overview (~400 tokens) |
muse_list_roles |
List all role files with summaries |
muse_get_role |
Deep-read a specific role file |
muse_send_directive |
Send 📡 cross-role directive |
muse_write_memory |
Append to today's memory log |
muse_search_memory |
Search across memory files |
Zero Dependencies
Built with Bash + jq only — no Node.js, no Python. Consistent with MUSE's pure-Markdown philosophy.
Quick Setup
:::json
{
"mcpServers": {
"muse": {
"command": "/path/to/muse/scripts/mcp-server.sh",
"args": ["--project-root", "/path/to/your/project"]
}
}
}
Security
- Path traversal protection (sandboxed to
.muse/+memory/) - Auto-detects project root from script location
- JSON-RPC 2.0 over stdio