Skip to main content
Glama

MCP Context Forge Gateway

by SPRIME01
Apache 2.0
.pyspelling.yml660 B
matrix: - name: markdown aspell: lang: en d: en_US camel-case: true mode: markdown sources: - "src/*|!CHANGELOG.md" - "docs/*|!CHANGELOG.md" - "*.md" dictionary: wordlists: - .spellcheck-en.txt pipeline: - pyspelling.filters.context: context_visible_first: true escapes: '\\[\\`~]' delimiters: # Ignore multiline content between fences (fences can have 3 or more back ticks) # ```language # content # ``` - open: '(?s)^(?P<open> *`{3,}).*$' close: '^(?P=open)$' # Ignore text between inline back ticks - open: '(?P<open>`+)' close: '(?P=open)'

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/SPRIME01/MCPContextForge'

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