stippi/code-assistant
Coding agent with basic list, read, replace_in_file, write, execute_command and web search tools. Supports multiple projects concurrently.
Quick Start
Clone the repository:
git clone https://github.com/stippi/code-assistantClaude Desktop configuration example:
{
"mcpServers": {
"code-assistant": {
"command": "npx",
"args": [
"-y",
"stippi/code-assistant"
]
}
}
}Check the repository README for specific installation and configuration instructions.