70 MCP tools, semantic wiki search, and Claude Code skills — Monolynx isn't just another dashboard. It's a knowledge base your AI agent works with as if it were a team member.
Six integrated modules that cover the full project lifecycle.
Error tracking with smart fingerprinting. Catch exceptions from your apps with a lightweight SDK.
Backlog, Kanban board, sprints, and story points. Everything for agile project management.
URL health checks with uptime tracking, response time history, and instant alerts.
Cron job monitoring with dead man's switch. Get alerted when your scheduled tasks stop running.
Markdown documentation with page hierarchy, image uploads, and AI-powered semantic search.
Interactive dependency graph powered by Neo4j. Visualize how your code modules relate to each other.
Monolynx speaks Model Context Protocol. Connect Claude Desktop or any MCP client to manage tickets, search your wiki, query your dependency graph, and more — all through natural language.
.mcp.json
{
"mcpServers": {
"monolynx": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://your-instance/mcp/",
"--header",
"Authorization: Bearer YOUR_TOKEN"
]
}
}
}
Monolynx is free and open source. Self-host it on your own infrastructure, customize it to your needs, and keep full ownership of your data.
View on GitLab