Skip to main content
Glama

NSAF MCP Server

package.json662 B
{ "name": "nsaf-mcp-server", "version": "0.1.0", "description": "MCP server for Neuro-Symbolic Autonomy Framework (NSAF)", "main": "build/index.js", "type": "module", "bin": { "nsaf-mcp-server": "./build/index.js" }, "scripts": { "build": "node build.js", "start": "node build/index.js", "dev": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "nsaf", "ai", "neuro-symbolic" ], "author": "", "license": "MIT", "dependencies": { }, "devDependencies": { "@types/node": "^20.0.0", "ts-node": "^10.9.1", "typescript": "^5.0.0" } }

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/ariunbolor/nsaf-mcp-server'

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