whats-loaded-mcp
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| context_budgetA | The headline answer: how much of the context window is consumed before the conversation starts, broken down by source (skills, memory files, MCP servers). Use this first. |
| skill_costsA | Skills ranked by how many tokens their always-loaded description costs. The top of this list is where trimming pays off most. |
| duplicate_skillsA | Skills whose name appears more than once (same skill installed from several sources). Every copy pays full description cost in every session. Copies are compared by content hash: identical copies are safe to remove, same-name copies that DIFFER are flagged for review because deleting one would lose work. |
| memory_filesA | CLAUDE.md / AGENTS.md files that load in full every session, including files pulled in by |
| mcp_serversA | Every MCP server configured across the agent clients on this machine, and which config declares it — useful for spotting servers you forgot you installed. Environment variable NAMES only; values are never read. |
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/stcmain/whats-loaded-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server