GitHubスター
0
ユーザー評価
未評価
フォーク
0
イシュー
0
閲覧数
0
お気に入り
0
AstraSync MCP Bridge
Enable any AI assistant to register and verify agents with AstraSync through the Model Context Protocol (MCP).
What is this?
The AstraSync MCP Bridge connects AI assistants and development tools to the AstraSync AI Agent Registry. It provides a standardized way to give AI agents verifiable identities and compliance tracking - think of it as SSL certificates for AI agents.
Key Features
- Universal Protocol: Works with any MCP-compatible platform via HTTP
- Zero Installation: No local servers or configuration required
- Instant Integration: AI assistants can register agents during natural conversation
- Real-time Compliance: Every agent gets a verifiable identity and trust score
Quick Start
Test it now: https://astrasync-mcp-bridge.up.railway.app/mcp/test
Basic configuration (for MCP-compatible platforms):
{
"mcpServers": {
"astrasync": {
"url": "https://astrasync-mcp-bridge.up.railway.app/mcp/v1",
"transport": "http"
}
}
}
Available Tools
register_agent
Register a new AI agent with AstraSync's compliance registry.
verify_agent
Verify if an agent is registered and compliant.
Platform Support Status
Platform | MCP Support | Integration Method | Notes |
---|---|---|---|
ChatGPT Desktop | ✅ Native | HTTP MCP | Full MCP support |
ChatGPT Web | ❌ Not supported | Custom GPT Actions | Use OpenAPI spec |
Claude Desktop | ✅ Native | HTTP MCP | Full MCP support |
Claude Web | ❌ Not supported | Copy/paste workflow | No direct integration |
Cursor | ✅ Native | HTTP MCP | IDE integration |
Windsurf | ✅ Native | HTTP MCP | IDE integration |
Cline | ✅ Native | HTTP MCP | IDE integration |
Letta | 🔄 Varies | HTTP MCP or API | Check version |
Perplexity | ❌ Not yet | Direct API | Use REST endpoint |
Google Gemini | 🔜 Coming | Will support MCP | H1 2025 expected |
Web Browsers | ➕ Possible | Direct API | Build custom integration |
For detailed platform-specific instructions, see PLATFORMS.md.
Direct API Usage
For platforms without MCP support:
curl -X POST https://astrasync-mcp-bridge.up.railway.app/mcp/v1 \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "register_agent",
"arguments": {
"agentName": "Your Agent",
"agentDescription": "What it does",
"developerEmail": "you@example.com",
"agentOwner": "Your Company"
}
}
}'
Response Example
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [{
"type": "text",
"text": "Successfully registered agent: Your Agent\nAgent ID: TEMP-1234567-ABCDE\nTrust Score: TEMP-95%\nBlockchain Status: pending"
}]
}
}
Architecture
AI Assistant → MCP Protocol (HTTP) → AstraSync MCP Bridge → AstraSync API
Development
# Clone and install
git clone https://github.com/AstraSyncAI/astrasync-mcp-bridge.git
cd astrasync-mcp-bridge
npm install
# Configure (copy .env.example to .env and edit)
cp .env.example .env
# Run locally
npm run dev
Documentation
- Platform Integration Guide - Detailed setup for each platform
- API Reference - Technical protocol details
- Troubleshooting - Common issues and solutions
About AstraSync
AstraSync is building the trust infrastructure for AI agents. Learn more at astrasync.ai.
- Main API: github.com/AstraSyncAI/astrasync-api
- Documentation: docs.astrasync.ai
- Discord: Join our community
License
MIT License - see LICENSE for details.
Making AI agents accountable, one registration at a time.
Leading the future of AI governance and compliance through transparent oversight and accountability.
1
フォロワー
9
リポジトリ
0
Gist
2
貢献数