Skip to main content
Glama

Salesforce MCP Server

by mattmahowald
pyproject.toml959 B
[project] name = "sfmcp" version = "0.1.0" description = "" authors = [ {name = "Matt Mahowald",email = "mahowaldmatt@gmail.com"} ] readme = "README.md" requires-python = ">=3.11" dependencies = [ "mcp (>=1.14.1,<2.0.0)", "fastapi (>=0.117.1,<0.118.0)", "uvicorn (>=0.37.0,<0.38.0)", "pydantic (>=2.11.9,<3.0.0)", "pydantic-settings (>=2.0.0,<3.0.0)", "typing-extensions (>=4.15.0,<5.0.0)", "python-dotenv (>=1.0.0,<2.0.0)" ] [project.scripts] sfmcp-stdio = "sfmcp.server:run_stdio" sfmcp-http = "sfmcp.server:run_http" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry.group.dev.dependencies] mypy = "^1.18.2" types-requests = "^2.32.4.20250913" ruff = "^0.13.1" [tool.mypy] python_version = "3.11" strict = true warn_unused_ignores = true disallow_untyped_defs = true no_implicit_optional = true [tool.ruff] select = ["E","F","I","UP","B"] line-length = 100

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/mattmahowald/sfmcp'

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