Skip to main content
Glama
conf.py637 B
import os import sys from datetime import datetime sys.path.insert(0, os.path.abspath("..")) project = "PitchLense MCP" author = "Aman Ulla" copyright = f"{datetime.now().year}, {author}" extensions = [ "myst_parser", "sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx.ext.viewcode", ] templates_path = ["_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] html_theme = "sphinx_rtd_theme" html_static_path = ["_static"] autodoc_default_options = { "members": True, "undoc-members": True, "inherited-members": True, } napoleon_google_docstring = True napoleon_numpy_docstring = True

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/connectaman/Pitchlense-mcp'

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