CodeArchitect MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tairqaldy/codearchitect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server