Favicon of coder-config

coder-config MCP Server

MCP ServerCode & Developer ToolsJavaScriptOpen source

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-config

Client 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

Codex

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.

Trust signal
85/100
Maintenance signal
80/100
Adoption signal
41/100

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.

npxgit cloneCodexSSE
  • 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

JavaScriptNode.jsPythonGoRustAPI key requiredLocal filesDatabase accessNetwork 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.

Destructive actionsWrite actionsRead-only modeFilesystem accessDatabase accessNetwork accessCredentials requiredCan write or update dataMay support destructive actionsAPI key required authentication

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

JavaScriptNode.jsPythonGoRustnpxgit cloneCodexSSE

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.

Share:

Stars
46
Forks
4
Last commit
2 months ago
Repository age
6 months
License
MIT

Auto-fetched from GitHub.

Similar to coder-config