MCP Agent Connector

by Sumedh1599

446 downloads
Not rated
GitHub

About

Enables any MCP-compliant agentic platform (Claude, Grok, TypingMind, Cursor, etc.) to auto-discover generated MCP servers and sync capabilities from build metadata.

Details

Author
Sumedh1599
Downloads
446
Categories
AI

- Auto‑publishes MCP server manifests of tools and resources.
- Supports mcp‑agent and Lutra agent platforms.
- Optional metadata broadcast over local network for agent discovery.
- Maps Claude agents using Claude Desktop configuration.
- Real‑time synchronization with client environments.

Install the library with pip install mcp-agent-connector or clone the repository and run pip install .. Then instantiate an MCPAgentConnector object and call its start() method to begin auto‑publishing the MCP server manifest and any configured features (e.g., Claude agent mapping, local network broadcasting).

MCP Agent Connector

GitHub
GitHub last commit
GitHub issues

Introduction

The MCP Agent Connector is a powerful open-source library designed to enable any MCP-compliant agentic platform (such as Claude, Grok, TypingMind, Cursor, etc.) to auto-discover generated MCP servers and sync capabilities directly from build metadata. This library streamlines the integration process by automating the discovery of MCP servers and ensuring real-time synchronization with client environments.

Features

- Auto-publish MCP server manifest: Automatically publishes a manifest of tools and resources available on the MCP server.
- Supports mcp-agent and Lutra agents: Compatible with both mcp-agent and Lutra agent platforms, offering flexible integration options.
- Metadata broadcast over local network (optional): Optionally broadcasts metadata over the local network to facilitate automatic discovery by compatible agents.
- Claude agent mapping via Claude Desktop config: Maps Claude agents using configurations from Claude Desktop for seamless integration.
- Real-time sync with client environment: Ensures that client environments are kept up-to-date with the latest capabilities and information from MCP servers.

Installation Instructions

To install the mcp_agent_connector library, you can use pip:

pip install mcp-agent-connector

Alternatively, if you prefer to clone the repository and install it manually, follow these steps:

1. Clone the repository:

   git clone https://github.com/your-username/mcp_agent_connector.git

2. Navigate into the project directory:

   cd mcp_agent_connector

3. Install the library using pip:

   pip install .

Usage Examples

Example 1: Basic Initialization and Auto-publishing

```python
from mcp_agent_connector import MCPAgentConnector

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.