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
{
"name": "@phys-mcp/tools-signal",
"version": "0.1.0",
"description": "GPU-accelerated signal processing tools (FFT, filtering, spectrograms)",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"dev": "tsc --watch",
"test": "echo \"No tests yet\""
},
"dependencies": {
"@phys-mcp/mcp-types": "workspace:*"
},
"devDependencies": {
"typescript": "^5.9.2"
},
"files": [
"dist/**/*"
]
}