| name | tormentnexus |
| description | TormentNexus AI control plane โ L2 memory, tool search, session import, skill registry, code search, subagent orchestration |
| version | 1.0.0 |
TormentNexus Integration
TormentNexus is a local AI control plane running on port 7778 with persistent L2 vector memory, semantic tool discovery, imported sessions, and a skill registry.
Available via MCP
The tormentnexus MCP server is configured and exposes tools via the mcp_tormentnexus_* prefix through the MCP system.
Memory Tools
mcp_tormentnexus_memory_scratchpad_get/set/append โ L1 working memory
mcp_tormentnexus_memory_extract_relations โ graph extraction
mcp_tormentnexus_add_bookmark โ save URLs with tags
Discovery Tools
mcp_tormentnexus_mcp_call_tool โ route through TN's TN kernel to 20+ MCP servers
mcp_tormentnexus_mcp_list_tools โ discover available MCP tools
mcp_tormentnexus_mcp_list_servers โ list connected MCP servers
System Tools
mcp_tormentnexus_bash โ shell execution
mcp_tormentnexus_read/write/edit โ file I/O
mcp_tormentnexus_grep/find/ls โ search
mcp_tormentnexus_repomap โ repo map generation
Integration Tools
mcp_tormentnexus_jira_create_issue โ create Jira issues
mcp_tormentnexus_confluence_search โ search Confluence
mcp_tormentnexus_code_interpreter โ execute code
mcp_tormentnexus_system_status โ system health
Best Practices
- Before significant work: Use
mcp_tormentnexus_memory_scratchpad_get to check for relevant context
- During development: Use
mcp_tormentnexus_repomap for codebase orientation
- After decisions: Store key decisions via
mcp_tormentnexus_memory_scratchpad_set
- Tool discovery: Use
mcp_tormentnexus_mcp_list_tools when unsure what's available
- Complex tasks: Route through TN Kernel via
mcp_tormentnexus_mcp_call_tool for deep context