Skip to main content
Glama

mcp-plexus

by Super-I-Tech
pyproject.toml824 B
[project] name = "mcp_plexus" version = "0.2.6" # Match your app version or manage this better description = "MCP Plexus: Multi-Tenant, OAuth-Enabled MCP Server Framework" readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastapi", "uvicorn[standard]", "fastmcp>=2.7.0", "redis", "pydantic-settings", "python-dotenv", "httpx", "typer[all]", "requests", ] [project.scripts] plexus = "mcp_plexus.cli.main_cli:cli_entry_point" # This assumes your mcp_plexus package is directly under the project root. # If mcp_plexus is inside an src/ directory, adjust 'where' and 'include'. [tool.setuptools.packages.find] where = ["."] include = ["mcp_plexus*"] exclude = ["mcp_plexus.tests*"] [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta"

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/Super-I-Tech/mcp_plexus'

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