MCP.so
Sign In

KinVerifiedFeatured

@Troy Fortin, Jr. (Firelock, LLC)

About Kin

The system of record for AI-written software. A persistent graph of entities, relationships, changes, and provenance, so humans and AI agents see what a change touches before it merges. Beside Git today.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "kin": {
      "command": "npx",
      "args": [
        "-y",
        "@kinlab/kin-mcp"
      ]
    }
  }
}

Tools

No tools detected

Fetch the live tool list by running this server in a temporary sandbox using the button above.

Overview

What is Kin?

The system of record for AI-written software. A persistent graph of entities, relationships, changes, and provenance, so humans and AI agents see what a change touches before it merges. Beside Git today.

What does the MCP server do?

Kin answers repository questions from the graph instead of raw file search: locate a symbol by meaning, pull a structured context pack around any entity, trace data flow across files, and measure the blast radius of a change before it lands. Every response carries a freshness and coverage envelope, so the agent knows how much of the repository the answer covers.

Quickstart

{
  "mcpServers": {
    "kin": {
      "command": "npx",
      "args": ["-y", "@kinlab/kin-mcp"]
    }
  }
}

Full setup, including one-command client configuration: https://kinlab.ai/install

Links

Comments

More Version Control MCP servers