CodeArchitect MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| codearchitect_helpA | Get help about CodeArchitect MCP features. Use when user says "use codearchitect" without specifying a feature, or asks "what can codearchitect do?". Returns available features with examples and next steps. |
| store_sessionA | [CodeArchitect] Save important conversations for future reference. === WHEN TO USE ===
=== STORAGE BEHAVIOR ===
=== CONVERSATION SOURCE (CHOOSE ONE) === OPTION 1: Export File (RECOMMENDED - Most Reliable)
WORKFLOW:
If multiple exports exist:
OPTION 2: Direct Conversation Parameter (Fallback)
=== PARAMETERS ===
=== WORKFLOW (EXPORT METHOD) === Step 1: User exports conversation to ~/.codearchitect/exports/ folder (main location) Step 2: User says "use codearchitect store_session" Step 3: Tool detects export file automatically from main exports folder Step 4: Tool parses and stores conversation Step 5: Tool saves to main sessions folder (always) + optionally project folder if projectDir specified === ERROR HANDLING === If no export file found:
=== RESPONSE === After saving, return concise message:
|
| get_sessionA | [CodeArchitect] Retrieve previous conversations to avoid re-explaining. === WHEN TO USE ===
=== STORAGE BEHAVIOR ===
=== USAGE ===
|
| search_sessionA | [CodeArchitect] Search across all stored sessions to find relevant conversations. === WHEN TO USE ===
=== STORAGE BEHAVIOR ===
=== SEARCH BEHAVIOR ===
=== PARAMETERS ===
=== RESPONSE === Returns matching sessions with:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: help provides guidance, store saves sessions, get retrieves sessions, and search finds sessions by content. No overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern: codearchitect_help, store_session, get_session, search_session. The convention is uniform and predictable.
With 4 tools covering help, store, get, and search, the set is well-scoped for session management. Neither too few nor too many tools for the domain.
The set covers the main lifecycle (store, get, search) and help, which is solid. Minor gaps exist like missing update or delete operations, but the core functionality is complete for session storage and retrieval.