Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_conversations | Search through Claude Code conversation history |
find_file_context | Find conversations related to a specific file |
find_similar_queries | Find previous similar questions or queries |
get_error_solutions | Find how similar errors were resolved in the past |
list_recent_sessions | List recent conversation sessions |
extract_compact_summary | Get a compact summary of a conversation session |
find_tool_patterns | Find patterns of successful tool usage |