Maina MCP server — Model Context Protocol bridge for AI host agents
| Tool name | Description | Destructive? |
|---|---|---|
| list_tools | ✓ no | |
| verify | ✓ no | |
| checkSlop | ✓ no | |
| ask_question | ✓ no | |
| read_wiki_structure | ✓ no |
| read_wiki_contents | ✓ no | |
| suggestTests | ✓ no | |
| analyzeFeature | ✓ no | |
| reviewCode | ✓ no | |
| wikiQuery | ✓ no | |
| wikiStatus | ✓ no | |
| explainModule | ✓ no | |
| getContext | ✓ no | |
| getConventions | ✓ no |
{
"mcpServers": {
"mainahqmcp": {
"command": "npx",
"args": [
"-y",
"@mainahq/mcp"
]
}
}
}