Skip to main content
Glama

ToolFront MCP Server

mkdocs.yml3.29 kB
site_name: ToolFront site_description: Build AI applications in Markdown site_url: https://docs.toolfront.ai repo_url: https://github.com/statespace-tech/toolfront repo_name: statespace-tech/toolfront theme: name: material custom_dir: docs/overrides icon: repo: fontawesome/brands/git-alt logo: assets/images/logo_white.svg favicon: assets/images/favicon.svg palette: - scheme: default primary: custom accent: custom toggle: icon: material/lightbulb name: Switch to dark mode - scheme: slate primary: custom accent: custom toggle: icon: material/lightbulb name: Switch to light mode features: - navigation.sections - navigation.expand - navigation.top - search.highlight - search.share - content.code.copy - content.code.annotate - navigation.indexes - search.suggest - announce.dismiss - navigation.tracking - navigation.prune plugins: - search - social: cards: true cards_layout_options: background_color: "#00bb77" color: "#ffffff" logo: docs/assets/images/logo_white.png - autorefs - mkdocstrings: handlers: python: options: docstring_style: numpy show_symbol_type_heading: true show_symbol_type_toc: true show_source: false show_bases: false inherited_members: true members_order: source separate_signature: true unwrap_annotated: true merge_init_into_class: true docstring_section_style: spacy signature_crossrefs: true show_root_heading: true show_root_full_path: false nav: - Quickstart: index.md - Concepts: - Applications: pages/concepts/applications.md - Python SDK: pages/concepts/python_sdk.md - MCP Server: pages/concepts/mcp_server.md - Community: - FAQ: pages/community/faq.md - Contributing: pages/community/contributing.md markdown_extensions: - admonition - pymdownx.details - pymdownx.superfences: custom_fences: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format - pymdownx.highlight: anchor_linenums: true - pymdownx.inlinehilite - pymdownx.snippets - pymdownx.tabbed: alternate_style: true - attr_list - md_in_html - toc: permalink: true - pymdownx.emoji: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg - footnotes extra_css: - assets/css/custom.css extra_javascript: - assets/js/gtag-init.js - assets/js/analytics.js extra: generator: false analytics: provider: google property: G-EH352HTY05 social: - icon: fontawesome/brands/discord link: https://discord.gg/rRyM7zkZTf name: Join our Discord community - icon: fontawesome/brands/x-twitter link: https://x.com/statespace_tech name: Follow us on X (Twitter) - icon: fontawesome/brands/github link: https://github.com/statespace-tech/toolfront name: Star us on GitHub copyright: "© 2025 Statespace Technologies, Inc."

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/statespace-tech/toolfront'

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