Skip to main content
Glama
ceaksan

dnomia-knowledge

by ceaksan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DNOMIA_KNOWLEDGE_DBNoDatabase path~/.local/share/dnomia-knowledge/knowledge.db
DNOMIA_KNOWLEDGE_PROJECTYesDefault project for MCP search

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Hybrid semantic + keyword search across project knowledge.

Args: query: Search query text domain: Filter by "all", "code", or "content" project: Project ID (default: DNOMIA_KNOWLEDGE_PROJECT env var) cross: If True, also search linked projects limit: Maximum results to return language: Filter by language (e.g. "python", "typescript") file_pattern: Filter by file path pattern (e.g. "auth", "models.py") show_content: If True, show full chunk content instead of truncated snippet

index_projectB

Index or reindex a project's content and code.

Args: path: Absolute path to project root (must contain .md/.mdx files) incremental: If True, only reindex changed files (default)

project_infoA

List registered projects with stats.

Args: project: Specific project ID, or None for all projects

graph_queryA

Query the knowledge graph.

Args: chunk_id: Chunk ID to start traversal from (required for neighbors mode) project: Project ID (required for communities mode) mode: "neighbors" for BFS traversal, "communities" for Louvain groups depth: BFS depth for neighbors mode (1-3)

read_fileA

Smart file reading with index awareness.

If the file is indexed and large, returns relevant chunks instead of full content. Falls back to raw file reading for non-indexed files.

Args: file_path: Absolute path to the file to read query: Optional search query to find relevant sections in large files project: Project ID (default: auto-detect from file path)

fetch_and_indexA

Fetch URL content, convert to text, and index for searching.

After indexing, the content is searchable via the search tool.

Args: url: URL to fetch and index project: Project ID to store under (default: derived from URL domain)

lifecycleA

Inspect or mutate schema v4 lifecycle state for a chunk.

Args: chunk_id: Target chunk id action: info | reinforce | supersede | restore new_id: Chunk replacing the target (required when action=supersede) delta: Confidence delta for manual reinforcement (default 0.1) reason: Optional free-text reason stored on the event

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/ceaksan/dnomia-knowledge'

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