Local task graph — projects, tasks, dependency edges, context shapes. SQLite, MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"yojana": {
"command": "cargo",
"args": [
"run",
"--",
"yojana"
]
}
}
}
Run in terminal:
claude mcp add yojana cargo run -- yojana
Add to .cursor/mcp.json:
{
"mcpServers": {
"yojana": {
"command": "cargo",
"args": [
"run",
"--",
"yojana"
]
}
}
}