cc-tap
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_sessionsA | List all Claude Code sessions. Args: status_filter: Optional filter — 'active' (non-archived), 'running', 'idle', or '' for all. |
| get_session_infoA | Get details about a specific Claude Code session. Args: session_id: The session ID (with or without 'session_' prefix). |
| read_sessionA | Read recent conversation from a Claude Code session. Args: session_id: The session ID. last_n: Number of recent events to return (default 20). |
| get_session_eventsA | Get raw events from a session, optionally filtered by type. Args: session_id: The session ID. event_types: Comma-separated types to filter (e.g. 'user,assistant'). Empty for all. last_n: Number of recent events to return (default 50). |
| send_messageC | Send a message to a Claude Code session. Args: session_id: The session ID to send to. message: The message text to send. |
| send_and_waitA | Send a message to a Claude Code session and wait for the full response. Polls until the session produces a result event (turn complete), then returns the assistant's response. Use this when you need the other session's answer. Args: session_id: The session ID to send to. message: The message text to send. timeout: Max seconds to wait for a response (default 120). poll_interval: Seconds between polls (default 1.5). |
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/es617/cc-tap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server