specsync-mcp
v1.1.0
Published
MCP server for SpecSync - Git context and cross-repo Bridge sync tools
Maintainers
Readme
SpecSync MCP Server
Model Context Protocol server for SpecSync - provides git context and cross-repo Bridge sync tools to Kiro.
Features
- Git Context: Get staged diff for commit-time validation
- Bridge Tools: Initialize, sync, validate, and manage API contracts across repos
- Auto-Detection: Detect if repo is provider, consumer, or both
Installation
npm install -g specsync-mcpUsage
Add to your Kiro MCP configuration (.kiro/settings/mcp.json):
{
"mcpServers": {
"specsync": {
"command": "node",
"args": ["/path/to/specsync-mcp/dist/server.js"]
}
}
}Tools Provided
git_get_staged_diff- Get commit contextbridge_init- Initialize Bridgebridge_add_dependency- Add dependencybridge_sync- Sync contractsbridge_validate- Validate API callsbridge_status- Show statusbridge_extract- Extract contractbridge_detect- Auto-detect role
License
MIT
