Skip to main content
Glama

4get MCP Server

by yshalsager
pyproject.toml859 B
[project] dependencies = ["fastmcp>=2.12.3"] description = "An MCP server for 4get search engine" name = "mcp-4get" readme = "README.md" requires-python = ">=3.13" version = "0.1.1" [project.scripts] mcp_4get = "src.__main__:main" [build-system] build-backend = "uv_build" requires = ["uv_build>=0.8.22,<0.9.0"] [tool.uv.build-backend] module-name = "src" module-root = "" [dependency-groups] dev = [ "pytest>=8.3.0", "pytest-asyncio>=0.23.0", "pytest-cov>=7.0.0", "ruff>=0.13.2", ] [tool.ruff] line-length = 100 target-version = "py313" [tool.ruff.format] quote-style = "single" line-ending = "lf" [tool.pytest.ini_options] markers = [ "slow: marks tests as slow (deselect with '-m \"not slow\"')", "integration: marks tests as integration tests that use real API", ] asyncio_mode = "strict" [tool.coverage.run] branch = true

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/yshalsager/mcp-4get'

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