coder-config MCP Server
coder-config is a JavaScript MCP server for Codex with npx, git clone. Configuration manager for AI coding tools - Claude Code, Gemini CLI, Codex CLI, Antigravity. Manage MCPs, rules, permissions, memory, and workstreams.
How to use coder-config MCP Server
Install or run
npm install -g coder-configClient configuration
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp@latest"],
"description": "Browser automation for web scraping and testing"
},
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_TOKEN": "${GITHUB_TOKEN}"
}
},
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "${SLACK_BOT_TOKEN}",
"SLACK_TEAM_ID": "${SLACK_TEAM_ID}"
}
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"./"
]
},
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
},
"fetch": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch"
]
},
"google-drive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-drive"
],
"env": {
"GOOGLE_DRIVE_CREDENTIALS": "${GOOGLE_DRIVE_CREDENTIALS}"
}
},
"aws-s3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-s3"
],
"env": {
"AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",
"AWS_SECRET_ACCESS_KEY": "${AWS_SECRET_ACCESS_KEY}",
"AWS_REGION": "${AWS_REGION}"
}
},
"DesktopCommanderMCP": {
"command": "node",
"args": [
"/Users/ruze/reg/tools/DesktopCommanderMCP/index.js"
],
"description": "MCP server for terminal operations and file editing"Compatible clients
What is coder-config MCP Server?
coder-config is a JavaScript MCP server for Codex with npx, git clone. Configuration manager for AI coding tools - Claude Code, Gemini CLI, Codex CLI, Antigravity. Manage MCPs, rules, permissions, memory, and workstreams. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Tool access support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Document generation support
- OpenAI provider support
- Anthropic provider support
Technical details
Install or run coder-config using npx. Check regression-io/coder-config for the latest setup command.
- Built for JavaScript
- Built for Node.js
- Built for Python
- Built for Go
- Built for Rust
- Install or run with npx
- Install or run with git clone
- Works with Codex
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use coder-config MCP Server
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for codex users.
Built with
Explore related resources
Frequently asked questions
What is coder-config?
coder-config is a JavaScript MCP server for Codex with npx, git clone. Configuration manager for AI coding tools - Claude Code, Gemini CLI, Codex CLI, Antigravity. Manage MCPs, rules, permissions, memory, and workstreams.
Who is coder-config best for?
coder-config is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, codex users.
How do I install coder-config?
Install or run coder-config using npx. Check coder-config for the latest setup command.
Is coder-config actively maintained?
coder-config may need a closer maintenance check before production use.
Auto-fetched from GitHub.