Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENRIPROXY_URLNoThe URL of the EnriProxy server (e.g., http://127.0.0.1:8787).http://127.0.0.1:8787
ENRIPROXY_API_KEYYesAn EnriProxy API key used to authenticate with the EnriProxy server.
ENRIWEB_TIMEOUT_MSNoTimeout for requests in milliseconds.60000
ENRIWEB_GITHUB_TOKENNoUsed for GitHub API enrichment to improve rate limits.
ENRIWEB_WEB_FETCH_DEFAULT_MAX_CHARSNoMaximum characters allowed for web fetch content defaults.200000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchA

Search the web via EnriProxy's multi-tier search service.

When to use:

  • When you need to find current information, news, or documentation.

  • When searching for technical solutions, APIs, or code examples.

  • When you need to verify facts or find up-to-date sources.

Features:

  • Automatic fallback across multiple search backends (details intentionally not exposed)

  • Automatic registry verification: enriches results with latest stable + prerelease versions when registry URLs are detected (npm, PyPI, crates.io, NuGet, GitHub)

  • Domain filtering (allowlist/blocklist)

  • Recency filtering (day/week/month/year)

Notes:

  • Provide specific queries for best results.

  • Use recency filter for time-sensitive information.

web_fetchA

Fetch and read content from a URL via EnriProxy's multi-tier fetch service.

When to use:

  • When you need to read the full content of a webpage.

  • When you need to access documentation, articles, or code files.

  • When simpler fetch methods fail due to anti-bot protection.

Features:

  • Package registry API detection (npm, PyPI)

  • Raw file fetch (GitHub raw, HuggingFace)

  • Robust fetching for static, dynamic, and bot-protected sites (best-effort)

  • Automatic fallback across multiple retrieval strategies (details intentionally not exposed)

Notes:

  • Provide the full URL including protocol (https://).

  • Content is limited by the max_chars parameter (default: 200000).

  • If the result is truncated and includes a cursor, call web_fetch again with cursor + offset + limit to read more without re-fetching.

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/Bedolla/EnriWeb'

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