Skip to main content
Glama
Node804

node804-claude-code-mcp

by Node804

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLAUDE_DIRNoOverride the Claude Code data directory~/.claude

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
server_statusA

Show the current server configuration.

Returns the version, the resolved Claude Code data directory, and the number of projects found.

list_claude_projectsA

List all Claude Code projects in the local session store.

Reads from ~/.claude/projects/ (or CLAUDE_DIR if set). Returns each project's slug, session count, and last activity timestamp, sorted most-recent first.

list_claude_sessionsA

List Claude Code sessions, optionally filtered to a single project.

Args: project_slug: The project slug (as returned by list_claude_projects). Leave empty to list sessions across all projects. limit: Maximum number of sessions to return. Defaults to 20.

get_claude_sessionA

Get the full conversation transcript from a Claude Code session.

Returns user and assistant messages in order, with timestamps and tool call names. Internal thinking blocks are excluded unless include_thinking is set.

Args: session_id: The session UUID (as returned by list_claude_sessions). project_slug: The project the session belongs to. include_thinking: Include assistant thinking blocks. Defaults to False.

get_claude_session_statsA

Get token usage, timing, and message counts for a Claude Code session.

Returns input/output token totals, cache read tokens, duration in minutes, models used, and the working directory the session was run from.

Args: session_id: The session UUID. project_slug: The project the session belongs to.

search_claude_sessionsA

Search for text across Claude Code session messages.

Case-insensitive full-text search over all user and assistant messages. Returns matching snippets with surrounding context, session IDs, and timestamps.

Args: query: Text to search for. project_slug: Limit search to a single project. Leave empty to search all projects. limit: Maximum number of hits to return. Defaults to 20.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Node804/node804-claude-code-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server