Skip to main content
Glama

Server Details

Knowledge graph for AI agents. Query concepts, walk edges, get advisories.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

9 tools
konstruct_advisoryTry in Inspector

Get framework-triggered advisory string. Returns guidance based on context and active frameworks.

ParametersJSON Schema
NameRequiredDescriptionDefault
packYesKnowledge pack with frameworks
stageNoWorkflow stage
contextYesCurrent context for framework matching
konstruct_conceptTry in Inspector

Get full details for a specific concept by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
packYesKnowledge pack
conceptIdYesConcept ID to retrieve
konstruct_conceptsTry in Inspector

List all concepts in the knowledge graph. Returns array of all loaded concepts.

ParametersJSON Schema
NameRequiredDescriptionDefault
packYesKnowledge pack
konstruct_edgesTry in Inspector

Get all typed relationships (edges) for a concept. Shows how concept connects to others.

ParametersJSON Schema
NameRequiredDescriptionDefault
packYesKnowledge pack
limitNoMax edges to return
conceptIdYesConcept ID
konstruct_exploreTry in Inspector

Walk outward from a concept. Returns connected concepts via typed edges up to specified depth.

ParametersJSON Schema
NameRequiredDescriptionDefault
packYesKnowledge pack
depthNoMax traversal depth (default: 2)
conceptIdYesStarting concept ID
konstruct_frameworksTry in Inspector

List all loaded frameworks and their triggers.

ParametersJSON Schema
NameRequiredDescriptionDefault
packYesKnowledge pack
konstruct_load_packTry in Inspector

Load a knowledge pack into the graph. Pack should contain concepts, edges, and optionally frameworks.

ParametersJSON Schema
NameRequiredDescriptionDefault
packYesKnowledge pack to load
konstruct_queryTry in Inspector

Query the knowledge graph with natural language. Returns relevant concepts ordered by importance.

ParametersJSON Schema
NameRequiredDescriptionDefault
packYesKnowledge pack with concepts, edges, frameworks
stageNoWorkflow stage for framework triggers
contextYesNatural language query context
categoryNoFilter by category
maxConceptsNoMax concepts to return (default: 10)
konstruct_statsTry in Inspector

Get graph statistics: concept count, edge count, framework count, packs loaded.

ParametersJSON Schema
NameRequiredDescriptionDefault
packYesKnowledge pack

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.