8 days ago
IndieStack plugs into your AI editor. Before it writes code, it checks if a free indie tool already does it.
Server Config
{
"mcpServers": {
"indiestack": {
"command": "python",
"args": [
"-m",
"indiestack.mcp_server"
]
}
}
}