openai-vector-store-mcp
Version:
Universal OpenAI Vector Store MCP Server with stdio transport - 21 comprehensive tools including file management, enhanced Roo compatibility, and direct stdio performance
47 lines • 1.25 kB
JSON
{
"name": "openai-vector-store-mcp",
"version": "1.2.0",
"description": "Universal OpenAI Vector Store MCP Server with stdio transport - 21 comprehensive tools including file management, enhanced Roo compatibility, and direct stdio performance",
"main": "universal-mcp-server.cjs",
"type": "commonjs",
"bin": {
"openai-vector-store-mcp": "./universal-mcp-server.cjs"
},
"scripts": {
"start": "node universal-mcp-server.cjs",
"test": "node test/test-stdio.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"openai",
"vector-store",
"stdio",
"claude-desktop",
"roo",
"universal",
"typescript",
"batch-operations",
"file-management",
"assistants-api"
],
"author": "Universal MCP Server Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jezweb/universal-openai-vector-store-mcp.git"
},
"bugs": {
"url": "https://github.com/jezweb/universal-openai-vector-store-mcp/issues"
},
"homepage": "https://github.com/jezweb/universal-openai-vector-store-mcp#readme",
"dependencies": {},
"engines": {
"node": ">=18.0.0"
},
"files": [
"universal-mcp-server.cjs",
"openai-service.cjs",
"README.md"
]
}