andreibrosmaster/ph-compliance-mcp
Instructions file CodexOpenCode
AGENTS.md instructions for andreibrosmaster/ph-compliance-mcp, covering agents.md — working in this repo, read first, rules and verification.
andreibrosmaster/ph-compliance-mcp
Instructions file CodexOpenCode
AGENTS.md instructions for andreibrosmaster/ph-compliance-mcp, covering agents.md — working in this repo, read first, rules and verification.
andreibrosmaster/ph-compliance-mcp
Agent
Claude Code connects to MCP servers declared in .mcp.json at the project root (project scope) or via the claude mcp add CLI. As of August 2026, .mcp.json uses the mcpServers schema with stdio entries.
andreibrosmaster/ph-compliance-mcp
Agent
Cline manages MCP servers through its settings UI, backed by mcpsettings.json in the VS Code extension's global storage.
andreibrosmaster/ph-compliance-mcp
Agent
The Codex CLI (the codex binary) declares MCP servers in config.toml under [mcpservers.NAME] sections. As of August 2026, the codex mcp add command writes these entries for you.
andreibrosmaster/ph-compliance-mcp
Agent
Cursor connects to MCP servers via .cursor/mcp.json at the project root or the global /.cursor/mcp.json. As of August 2026 the cursor mcp add command also works.
andreibrosmaster/ph-compliance-mcp
Agent
OpenCode (opencode.ai) declares MCP servers in the mcp section of opencode.json (project) or /.config/opencode/opencode.json (global). As of August 2026, local servers use type: "local" with command as an argv array.