Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level: debug, info, warn, errorinfo
WIKI_PATHYesPath to your wiki source (file or directory)

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_wikiA

List all available wiki section keys. Use browse_wiki instead for topic-filtered results.

browse_wikiA

Browse wiki sections by topic/parent. Returns section keys and titles without full content. Use this to discover relevant sections before fetching content.

search_wikiA

Search wiki section titles and content by keyword. Returns matching section keys with snippets. Header matches are prioritized over content matches.

get_wiki_sectionA

Retrieve markdown content of a wiki section. Defaults to 8000 chars to save tokens. Set limit higher or use offset to read the full section.

get_wiki_sectionsA

Retrieve multiple wiki sections at once. Each section is truncated to save tokens.

get_wiki_infoA

Get metadata about the connected wiki instance — path, mode (file/directory), and section count.

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/jommar/mcp-wiki'

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