Memory for AI coding agents. Call graphs + refactor safety + persistent code context. 35 MCP tools.
| Tool name | Description | Destructive? |
|---|---|---|
| create_architecture | ✓ no | |
| update_architecture | ✓ no | |
| get_architecture | ✓ no | |
| list_architectures | ✓ no | |
| analyze_codebase | ✓ no |
| lint_architecture | ✓ no | |
| sync_architecture | ✓ no | |
| export_architecture | ✓ no | |
| create_flow | ✓ no | |
| index_code | ✓ no | |
| index_code_continue | ✓ no | |
| record_semantic_node | ✓ no | |
| get_index_job | ✓ no | |
| query_symbols | ✓ no | |
| find_references | ✓ no | |
| safe_rename | ✓ no | |
| explain_codebase | ✓ no | |
| get_symbol_neighbors | ✓ no | |
| get_service_code_graph | ✓ no | |
| explain_code_path | ✓ no | |
| find_similar_code | ✓ no | |
| record_embedding | ✓ no | |
| list_god_nodes | ✓ no | |
| get_quality_hotspots | ✓ no | |
| list_snapshots | ✓ no | |
| diff_snapshots | ✓ no | |
| set_service_mapping | ✓ no | |
| set_domain_membership | ✓ no | |
| record_contract | ✓ no | |
| bind_contract | ✓ no | |
| get_contracts | ✓ no | |
| record_decision | ✓ no | |
| link_decision | ✓ no | |
| get_decisions_for | ✓ no | |
| get_spec_alignment | ✓ no | |
| get_ownership | ✓ no | |
| foo | ✓ no |
{
"mcpServers": {
"tentra-memory-for-ai-coding-agents": {
"command": "npx",
"args": [
"-y",
"tentra-mcp"
]
}
}
}