kbask
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_graphB | Search the knowledge graph using BFS or DFS. Returns relevant nodes and edges as text context. |
| get_nodeB | Get full details for a specific node by label or ID. |
| get_neighborsA | Get all direct neighbors of a node with edge details. |
| get_communityB | Get all nodes in a community by community ID. |
| god_nodesB | Return the most connected nodes - the core abstractions of the knowledge graph. |
| graph_statsB | Return summary statistics: node count, edge count, communities, confidence breakdown. |
| shortest_pathB | Find the shortest path between two concepts in the knowledge graph. |
| list_prsA | List open GitHub PRs with CI status, review state, and graph impact (which communities each PR touches, blast radius). Use this before starting work to check if a PR already covers the area you're about to change. |
| get_pr_impactA | Get detailed graph impact for a specific PR: which files it changes, which knowledge-graph communities are affected, and how many nodes are touched. Use this to assess merge risk or check for overlap with your current work. |
| triage_prsA | Return all actionable open PRs (correct base, not stale) with full graph impact data so you can reason about review priority, merge order, and conflict risk. Call this when the user asks 'what PRs should I review?' or 'what's ready to merge?' |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Graph Report | Full GRAPH_REPORT.md |
| Graph Stats | Node/edge/community counts and confidence breakdown |
| God Nodes | Top 10 most-connected nodes |
| Surprising Connections | Cross-community surprising connections |
| Confidence Audit | EXTRACTED/INFERRED/AMBIGUOUS edge breakdown |
| Suggested Questions | Suggested questions for this codebase |
Latest Blog Posts
- 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/sughosh-pocketfm/kbask'
If you have feedback or need assistance with the MCP directory API, please join our Discord server