Back to MCP Servers

Code Assistant

Coding agent with basic list, read, replace_in_file, write, execute_command and web search tools. Supports multiple projects concurrently.

coding-agentsagent

Installation

npx -y code-assistant

Configuration

{
  "mcpServers": {
    "code-assistant": {
      "command": "npx",
      "args": ["-y", "code-assistant"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub