mcp-clickhouse
Official
by ClickHouse
{
"name": "systemprompt-mcp-core",
"version": "1.0.25",
"description": "A specialized Model Context Protocol (MCP) server that integrates with systemprompt.io to provide powerful prompt management capabilities. This server enables seamless creation, management, and versioning of system prompts and agents through MCP. It works in conjunction with the multimodal-mcp-client to provide a complete voice-powered AI workflow solution.",
"type": "module",
"bin": {
"systemprompt-mcp-core": "./build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"generate-schemas": "tsx scripts/generate-schemas.ts",
"lint": "eslint . --ext .ts",
"format": "prettier --write \"src/**/*.ts\""
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"ajv": "^8.17.1",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.24.0",
"@types/dotenv": "^8.2.0",
"@types/jest": "^29.5.12",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"typescript-json-schema": "^0.63.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Ejb503/systemprompt-mcp-core"
},
"keywords": [
"systemprompt",
"mcp",
"model-context-protocol",
"llm",
"ai",
"agent"
],
"author": "SystemPrompt",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Ejb503/systemprompt-mcp-core/issues"
},
"homepage": "https://systemprompt.io"
}