Your projects.
AI-first platform.

94 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.

Everything you need

Seven integrated modules that cover the full project lifecycle.

AI-native with MCP

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"
      ]
    }
  }
}
install_monolynx_skills

Claude Code skills — one prompt, zero setup

The flagship MCP tool install_monolynx_skills drops the full ticket workflow into any project connected to Monolynx — no ZIPs, no manual placeholder replacement.

Just say it in Claude

Install the default Monolynx skills for project acme-inc.

Claude wywoła MCP i zapisze skille do .claude/skills/ w Twoim projekcie.

You get

  • /monolynx-ticket-create, /monolynx-ticket-review, /monolynx-work — the full workflow
  • /monolynx-search (RAG wiki), /monolynx-create-graph-ci-script, /monolynx-help
  • Placeholders replaced with your project slug automatically

Open Source

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