timosaarinen/chatty
A minimalist, local-first AI assistant for your terminal. Powered by Ollama, it executes Python code to solve problems and interact with tools via the MCP specification.
Platform-specific configuration:
{
"mcpServers": {
"chatty": {
"command": "npx",
"args": [
"-y",
"chatty"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...