Skip to main content
Glama
jawkjiang

Claude Code MCP

by jawkjiang

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
chatA

Start a new conversation with Claude Code or continue an existing session. Returns sessionId for future interactions. If permission is required, status will be "awaiting_permission" - use "respond" to approve/deny/redirect.

respondA

Respond to a permission request or send new instructions to Claude Code. Actions:

  • "approve": Allow the pending operation

  • "approve_all": Allow this and similar future operations

  • "deny": Reject the pending operation

  • "redirect": Stop current operation and provide new instructions instead

interruptA

Interrupt/stop the currently running Claude Code task. Like pressing Ctrl+C.

get_outputA

Get the current output buffer from a running or completed session. Useful for checking progress.

list_sessionsA

List all active sessions and their status.

close_sessionB

Close and cleanup a session, freeing resources.

get_versionA

Get the installed Claude Code CLI version.

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

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