Skip to main content
Glama

Sumanshu Arora

mkdocs.yml3.37 kB
site_name: MCP Server Templates site_description: Deploy MCP server templates with zero configuration site_author: Data Everything site_url: https://data-everything.github.io/mcp-server-templates repo_name: Data-Everything/mcp-server-templates repo_url: https://github.com/Data-Everything/mcp-server-templates copyright: Copyright © 2025 Data Everything theme: name: material palette: - scheme: default primary: blue accent: blue toggle: icon: material/brightness-7 name: Switch to dark mode - scheme: slate primary: blue accent: blue toggle: icon: material/brightness-4 name: Switch to light mode features: - navigation.tabs - navigation.sections - navigation.expand - navigation.top - search.highlight - search.share - content.code.copy - content.icons plugins: - search markdown_extensions: - admonition - codehilite - footnotes - pymdownx.details - pymdownx.superfences - pymdownx.highlight: anchor_linenums: true - pymdownx.inlinehilite - pymdownx.snippets - pymdownx.tabbed: alternate_style: true - pymdownx.emoji - attr_list - md_in_html - toc: permalink: true nav: - Home: index.md - Getting Started: - Installation: getting-started/installation.md - Quick Start: getting-started/quickstart.md - Configuration: getting-started/configuration.md - Templates: - Overview: templates/index.md - Available Templates: server-templates/available.md - Creating Templates: templates/creating.md - Template.json Reference: templates/template-json-reference.md - Demo Hello MCP Server: server-templates/demo/index.md - File Server MCP: server-templates/fileserver/index.md - Github MCP: server-templates/github/index.md - Guides: - Usage Guide: guides/usage.md - Creating Templates: guides/creating-templates.md - Testing Templates: guides/testing.md - Deployment: guides/deployment.md - Troubleshooting: guides/troubleshooting.md - Contributing: guides/contributing.md - CLI Reference: - Overview: cli/index.md - Commands: - list: cli/list.md - create: cli/create.md - deploy: cli/deploy.md - stop: cli/stop.md - logs: cli/logs.md - shell: cli/shell.md - cleanup: cli/cleanup.md - interactive: cli/interactive.md - config: cli/config.md - connect: cli/connect.md - run: cli/run.md - "⚠️ Deprecated": - tools (deprecated): cli/tools.md - discover-tools (deprecated): cli/discover-tools.md - run-tool (deprecated): cli/run-tool.md - Interactive CLI: - Commands: interactive-cli/commands.md - Call Tools: interactive-cli/call.md - Configuration: interactive-cli/config.md - Help: interactive-cli/help.md - User Guide: - CLI Reference: user-guide/cli-reference.md - Monitoring: user-guide/monitoring.md - API Reference: - CLI Commands: api/cli.md - Template Schema: api/schema.md - Development: - Setup: development/setup.md - Architecture: development/architecture.md - FAQ: faq.md - Resources: - Tool Discovery: tool-discovery.md - Filesystem Server Usage: filesystem-server-usage.md - STDIO Tool Execution: stdio-tool-execution.md extra: social: - icon: fontawesome/brands/github link: https://github.com/Data-Everything - icon: fontawesome/brands/python link: https://pypi.org/project/mcp-templates/ extra_css: - stylesheets/extra.css

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/Data-Everything/mcp-server-templates'

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