Skip to main content
Glama

MCP-PIF Server

by hungryrobot1
package.json841 B
{ "name": "mcp-pif-cljs", "version": "0.2.0", "description": "Model Context Protocol - Personal Information Framework (ClojureScript)", "main": "out/mcp-server.js", "scripts": { "dev": "shadow-cljs watch mcp-server", "build": "shadow-cljs compile mcp-server", "release": "shadow-cljs release mcp-server", "test": "echo 'Run test files directly: node test-clean-protocol.js'", "repl": "shadow-cljs cljs-repl mcp-server", "clean": "rm -rf out .shadow-cljs", "start": "node out/mcp-server.js" }, "keywords": [ "mcp", "model-context-protocol", "clojurescript", "self-modifying", "metaprogramming" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "ws": "^8.16.0" }, "devDependencies": { "shadow-cljs": "^2.28.2" } }

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/hungryrobot1/MCP-PIF'

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