@objectstack-ai/mcp
MCP server package @objectstack/mcp
Install
agr install @objectstack-ai/mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@objectstack/mcp", "version": "17.0.0-rc.2", "license": "Apache-2.0", "description": "ObjectStack as an MCP server — exposes your app's objects (and AI tools) over the Model Context Protocol (stdio + Streamable HTTP)", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "scripts": { "build": "tsup --config ../../tsup.config.ts", "test": "vitest run", "typecheck": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "@objectstack/core": "workspace:", "@objectstack/formula": "workspace:", "@objectstack/spec": "workspace:", "@objectstack/types": "workspace:", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^26.1.2", "typescript": "^6.0.3", "vitest": "^4.1.10" }, "keywords": [ "objectstack", "plugin", "mcp", "ai", "llm", "tools" ], "author": "ObjectStack", "repository": { "type": "git", "url": "https://github.com/objectstack-ai/objectstack.git", "directory": "packages/mcp" }, "homepage": "https://objectstack.ai/docs", "bugs": "https://github.com/objectstack-ai/objectstack/issues", "publishConfig": { "access": "public" }, "files": [ "dist", "README.md", "CHANGELOG.md" ], "engines": { "node": ">=22.0.0" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-e2e377feb8242026-08-05