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
By stippi
Installation
npx -y code-assistantConfiguration
{
"mcpServers": {
"code-assistant": {
"command": "npx",
"args": ["-y", "code-assistant"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes