Skip to main content
Glama
Alpha-W0lf

AI Knowledge Base MCP Server

by Alpha-W0lf

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AI_KB_MCP_PRIVATENoSet to '1' to enable private mutation tools (add_channel, sync_now). Default is empty (public read-only profile).

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
searchB

Search the AI knowledge base for relevant content.

Uses the shared retrieval spine (hybrid → fusion → optional CE). Public results cite source_id / source_url — never absolute filepath.

discoverB

Discover AI content without a specific query (honest browse/digest/heuristics).

Modes: random, digest, concepts, channels — not a ranking product.

get_contextC

Get comprehensive context via shared retrieval (+ optional recent digest).

get_statusA

Get current status of the AI knowledge base.

Does not require embedding / Ollama for index stats (Ollama health is reported).

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/Alpha-W0lf/ai-knowledge-base-public'

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