Connect Claude Code

Add Kera as an MCP server so your AI agent can manage tickets, documents, and projects directly from your terminal.

  1. 1 Install Claude Code

    Make sure you have Claude Code installed and authenticated.

  2. 2 Create your MCP config

    Create or edit the .mcp.json file in your project root (or ~/.claude/.mcp.json for global access).

  3. 3 Add the Kera server

    Add the Kera MCP endpoint to your config. Replace your-workspace with your actual workspace subdomain.

    // .mcp.json { "kera": { "url": "https://your-workspace.getkera.eu/mcp/" } }
  4. 4 Restart Claude Code

    Restart Claude Code. It auto-discovers the MCP server and loads the available tools.

  5. 5 Test the connection

    Ask Claude to interact with Kera. Try something like:

    "Search for tickets in Kera" "Create a ticket in Kera" "List my projects"
  6. 6 Transport

    Claude Code uses the legacy HTTP+SSE transport. This works automatically with Kera — no extra configuration needed.

Tips

  • Your agent inherits your workspace permissions — it can only do what you can do.
  • Every action is audited in the workspace audit log.
  • Works with Claude Code, Claude Desktop, Cursor, and any MCP-compatible client.
  • For global access across all projects, put the config in ~/.claude/.mcp.json.

Next steps