Skip to main content
Glama

Physics MCP Server

by BlinkZer0
package.schema.json1.24 kB
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Package", "description": "Package configuration", "type": "object", "properties": { "name": { "type": "string", "description": "The name of the package." }, "version": { "type": "string", "description": "The version of the package." }, "description": { "type": "string", "description": "A description of the package." }, "main": { "type": "string", "description": "The main entry point of the package." }, "types": { "type": "string", "description": "TypeScript type definitions." }, "scripts": { "type": "object", "additionalProperties": { "type": "string" } }, "dependencies": { "type": "object", "additionalProperties": { "type": "string" } }, "devDependencies": { "type": "object", "additionalProperties": { "type": "string" } }, "keywords": { "type": "array", "items": { "type": "string" } }, "author": { "type": "string" }, "license": { "type": "string" } }, "required": ["name", "version"] }

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/BlinkZer0/Phys-MCP'

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