Skip to main content
Glama
config.py276 B
"""Configuration for MediaWiki API MCP integration.""" from pydantic import BaseModel class MediaWikiConfig(BaseModel): """Configuration for MediaWiki API connection.""" api_url: str username: str password: str user_agent: str = "MediaWiki-MCP-Bot/1.0"

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/entanglr/mediawiki-api-mcp'

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