Setting Up MCP
Configure MCP servers for Claude Desktop.
What is MCP?
MCP (Model Context Protocol) lets Claude access external tools and resources. 8me’s Tier 3 is an MCP server.
Claude Desktop Config
Find your config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Adding ralph-workflow
{
"mcpServers": {
"ralph-workflow": {
"command": "node",
"args": ["path/to/8me/src/tier3-mcp-server-ts/dist/index.js"]
}
}
}
Verify Installation
- Restart Claude Desktop
- Look for “ralph-workflow” in the MCP servers list
- Try: “Show me the task queue” - Claude should access
task://queue
Available Resources
| Resource | Description |
|---|---|
task://queue |
All tasks |
task://current |
Current in-progress task |
task://stats |
Queue statistics |
Available Tools
| Tool | Description |
|---|---|
add_task |
Add new task |
start_task |
Begin working on task |
complete_task |
Mark task done |
fail_task |
Mark task failed |