Skip to main content
Coding AgentsRust

stippi/code-assistant

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

coding-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/stippi/code-assistant

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Rust
Author
stippi