Instructions file
Instructions for Get-Concord-AI/concord-mcp, covering concord mcp — engineering guide, what this project is, coding rules (non-negotiable), the "never typecast" pattern for db rows and external json and architecture.
Instructions file
Instructions for Get-Concord-AI/concord-mcp, covering concord mcp — engineering guide, what this project is, coding rules (non-negotiable), the "never typecast" pattern for db rows and external json and architecture.
MCP server Claude CodeCodexCursor +2
MCP server "concord" as configured in Get-Concord-AI/concord-mcp. Runs ./node_modules/.concord-mcp/index.js with node.
Plugin Claude Code
Delivers Concord inter-agent messages into a running Claude Code session, whether it is mid-task or idle at the prompt.
Hook
Runs when a session starts, running concord inbox register. From Get-Concord-AI/concord-mcp.
Hook
Runs after a tool call finishes, running concord inbox drain --format post-tool-use. From Get-Concord-AI/concord-mcp.
Hook
Runs when the agent finishes a response, running concord inbox drain --format stop. From Get-Concord-AI/concord-mcp.
Skill Claude CodeCodex
Keep this Grok session reachable by other Concord agents while idle.
MCP server Claude CodeCodexCursor +2
Cross-harness communication and shared work-state for AI coding agents. Runs locally from the @concord-ai/concord-mcp npm package.