Skip to main content
Glama
snowfort-ai

Snowfort Circuit MCP

Official
by snowfort-ai
package.json1.18 kB
{ "name": "@snowfort/circuit-core", "version": "0.0.11", "description": "Core MCP infrastructure and Driver interface for Snowfort Circuit", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js", "types": "./dist/esm/index.d.ts" }, "./buffer-patch.js": { "import": "./dist/esm/buffer-patch.js", "require": "./dist/cjs/buffer-patch.js" } }, "files": [ "dist" ], "scripts": { "build": "npm run build:esm && npm run build:cjs", "build:esm": "tsc -p tsconfig.esm.json", "build:cjs": "tsc -p tsconfig.cjs.json", "clean": "rm -rf dist", "dev": "tsc -p tsconfig.esm.json --watch", "test": "echo \"No tests yet\"" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "license": "Apache-2.0", "author": "Snowfort LLC", "repository": { "type": "git", "url": "https://github.com/snowfort-ai/circuit-mcp.git", "directory": "packages/core" } }

Latest Blog Posts

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/snowfort-ai/circuit-mcp'

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