Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GRAPHDB_ROOTYesPath to your Rails application root directory

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_definitionB

Find all definitions matching a simple name (functions/classes/methods).

find_callersA

Functions that call name, transitively up to depth hops.

find_referencesA

All inbound references to name (calls, imports, inheritance).

impact_ofB

Transitive callers — predict what may break if name changes.

module_overviewA

Summary of a single module: exports, imports, most-called internal symbols.

path is the file path relative to the indexed root.

routes_forA

Rails-specific: HTTP routes that hit a controller (or controller#action).

Accepts a bare class ("UsersController"), fully qualified ("Api::V1::UsersController"), or qualified action ("Api::V1::UsersController#create"). Returns verb/url/handler.

associations_ofA

Rails-specific: all ActiveRecord associations on a model.

Returns outgoing has_many/has_one/belongs_to/HABTM plus reverse-references (other models that point at this one).

graph_statsB

Counts of nodes/edges by kind — quick health check.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Samagra001/claude-code-graphdb'

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