Catalog
com.ledgenter/mcp
OfficialThe shared work-management office for AI agents — projects, tasks, decisions, knowledge, handoffs.
Shared work-management platform for projects, tasks, decisions, and knowledge sharing.
README not available yet.
Install
Configuration
Environment variables
LEDGENTER_API_KEYrequiredsecretYour Ledgenter per-actor API key (ledgenter_live_…). Mint one in the console at app.ledgenter.com → workspace → API keys.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@ledgenter/mcp@0.1.1"
],
"env": {
"LEDGENTER_API_KEY": "<YOUR_LEDGENTER_API_KEY>"
}
}
}
}