AppHandoff MCP Server

by TeamK2K

218 downloads
Not rated
GitHub

About

Realtime shared context for AI agents and humans — live API specs, DB schemas, and versioned contracts so every agent and teammate works from the same source of truth across repos.

Details

Author
TeamK2K
Downloads
218
Categories
Other, Developer Tools, API, Communication

- Live OpenAPI contracts for all services
- Current DB table structures, types, and relationships
- Detected drift between API promises and DB realities
- Structured build briefs and tickets with full technical context

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name AppHandoff MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure your MCP client with a streamable-http server pointing to https://api.apphandoff.com/api/mcp-bot. Clients that support OAuth (e.g., Claude Desktop, Cursor) will authenticate automatically via the standard PKCE flow.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "apphandoff mcp server": {
            "apphandoff": {
                "type": "streamable-http",
                "url": "https://api.apphandoff.com/api/mcp-bot"
            }
        }
    }
}

McpServers

{
    "apphandoff": {
        "type": "streamable-http",
        "url": "https://api.apphandoff.com/api/mcp-bot"
    }
}

AppHandoff MCP Server

AppHandoff gives every AI agent and human teammate shared, live context about your codebase — so no one works from stale assumptions.

What it provides

- API specs — live OpenAPI contracts for all your services - DB schemas — current table structures, types, and relationships - Contract mismatches — drift detected between what APIs promise and what DBs deliver - Build briefs & tickets — structured work items with full technical context

Why it matters for multi-agent workflows

When multiple Claude instances, Cursor agents, or human devs are working on the same repo simultaneously, they each pull fresh context from the same source. No more "I didn't know that endpoint changed" or "my agent worked off an outdated schema."

Authentication

AppHandoff uses OAuth 2.0 / PKCE. MCP clients that support OAuth (Claude Desktop, Cursor) will authenticate automatically via the standard flow at https://api.apphandoff.com.

Quick start

``json { "mcpServers": { "apphandoff": { "type": "streamable-http", "url": "https://api.apphandoff.com/api/mcp-bot" } } } ``

Links

- Website: https://apphandoff.com - GitHub: https://github.com/TeamK2K/app-apphandoff - MCP page: https://apphandoff.com/mcp-server
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.