Skip to main content
Glama

Adaptive Graph of Thoughts MCP Server

001_initial_indexes.cypherβ€’480 B
CREATE CONSTRAINT IF NOT EXISTS FOR (n:Node) REQUIRE n.id IS UNIQUE; CREATE INDEX IF NOT EXISTS FOR (n:Node) ON (n.type); CREATE INDEX IF NOT EXISTS FOR (n:Node) ON (n.metadata_impact_score); CREATE INDEX IF NOT EXISTS FOR (n:Node) ON (n.confidence_empirical_support); CREATE INDEX IF NOT EXISTS FOR (n:Node) ON (n.metadata_layer_id); CREATE INDEX IF NOT EXISTS FOR (n:Node) ON (n.metadata_is_knowledge_gap); CREATE INDEX IF NOT EXISTS FOR (r:ROOT) ON (r.metadata_query_context);

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/SaptaDey/Adaptive-Graph-of-Thoughts-MCP-server'

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