ckg
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| locateA | Find where a feature or symbol lives in ONE call: ranked hits with their summaries, plus a source snippet of the top hit to confirm. Start here for "where is X" / "where do we do Y" — usually all you need; no setup call required first. |
| entry_pointA | Where does a feature BEGIN? Returns the entry/boundary that dominates the feature (route handler, CLI command, main, or exported API) — its file is where to start reading — plus the call path down through it. Use for "where do I start to understand X"; for "where is symbol X defined" use locate. |
| searchA | Hybrid (semantic + symbol) ranked summaries — NOT source. Returns several candidates without snippets; prefer |
| get_contextB | A node's generated summary/context (title, summary, description, signature, domain, keywords). Pass |
| get_sourceA | Raw source for a node — the deliberate 'expensive' read. |
| neighborsC | All adjacent nodes of an id, grouped by edge family (calls, imports, contains, related, …). |
| expandA | BFS up to k hops along ONE edge family (e.g. calls) from a node. |
| get_repo_mapA | The routing table: file/package summaries ranked by PageRank, packed to a token budget. Reach for it to orient on an unfamiliar repo. |
| pack_neighborhoodC | A node's k-hop dependency neighborhood, source packed in topological order to a token budget (the single-shot static fallback). |
| get_minimal_contextA | Optional ~100-token orientation: stats + the top nodes by importance. Call only if you want a quick lay of the land — it is NOT a prerequisite for the other tools. |
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/MohitAswani/ckg'
If you have feedback or need assistance with the MCP directory API, please join our Discord server