Skip to main content
Glama

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": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Graph ReportFull GRAPH_REPORT.md
Graph StatsNode/edge/community counts and confidence breakdown
God NodesTop 10 most-connected nodes
Surprising ConnectionsCross-community surprising connections
Confidence AuditEXTRACTED/INFERRED/AMBIGUOUS edge breakdown
Suggested QuestionsSuggested questions for this codebase

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/sughosh-pocketfm/kbask'

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