Skip to main content
Glama

Basic MCP

by nimishgautam
pyproject.toml546 B
[project] name = "basic-mcp" version = "0.1.0" description = "A simple MCP server with Wikipedia and DDGS search capabilities" authors = [] dependencies = [ "fastmcp", "wikipedia", "duckduckgo-search", "trafilatura", ] requires-python = ">=3.8" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.metadata] allow-direct-references = true [tool.hatch.build.targets.wheel] packages = ["src/basic_mcp"] [tool.hatch.build] only-packages = true [project.scripts] basic-mcp = "basic_mcp.main:main"

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/nimishgautam/basic-mcp'

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