Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ORACLE_DIRNoRoot directory for all Oracle state~/.project-oracle
ANTHROPIC_API_KEYNoRequired only for oracle_ask Haiku fallback

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
oracle_readA

Read a file, returning full content on first read or a compact delta on repeat reads.

oracle_grepB

Search source files for a regex pattern. Returns up to 50 matches.

oracle_statusA

Return current project status: stack info, git branch, clean/dirty state.

oracle_runB

Run allowlisted commands through the cache layer. Returns cached results when unchanged.

oracle_askC

Ask a natural-language question about the project. Routes to cache, grep, or Haiku.

oracle_forgetA

Clear the file cache for a path. Next oracle_read returns full content.

oracle_statsA

Return token savings stats for the current session and cumulative across all sessions.

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/mikelane/project-oracle'

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