AI & ML
Trust: 39/100 (Limited)io.github.paulbreuler/limps Guide
MCP planning server for AI agents — plan management, full-text search, and task lifecycle
7 starsby paulbreuler
Quick Start
Install
npx @sudosandwich/limpsClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-paulbreuler-limps": {
"command": "npx",
"args": [
"@sudosandwich/limps"
]
}
}
}