Skip to main content
Glama

brain-trust

by bernierllc
pyproject.tomlโ€ข906 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "mcp-ask-questions" version = "0.1.0" description = "Contextual Q&A MCP Server with OpenAI integration and plan review capabilities" authors = [ {name = "Matt Bernier", email = "matt@example.com"}, ] readme = "README.md" requires-python = ">=3.12" dependencies = [ "fastmcp>=0.1.0", "pydantic>=2.0.0", "httpx>=0.25.0", "python-dotenv>=1.0.0", "structlog>=23.0.0", "openai>=1.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "pytest-cov>=4.0.0", "black>=23.0.0", "isort>=5.12.0", "mypy>=1.0.0", ] [tool.black] line-length = 88 target-version = ['py312'] [tool.isort] profile = "black" line_length = 88 [tool.mypy] python_version = "3.12" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = 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/bernierllc/brain-trust-mcp'

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