graphdb
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRAPHDB_ROOT | Yes | Path to your Rails application root directory |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_definitionB | Find all definitions matching a simple name (functions/classes/methods). |
| find_callersA | Functions that call |
| find_referencesA | All inbound references to |
| impact_ofB | Transitive callers — predict what may break if |
| module_overviewA | Summary of a single module: exports, imports, most-called internal symbols.
|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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