@olbrain/generic-api-mcp
Version:
Generic MCP server for wrapping any REST API with configuration-driven approach
40 lines (39 loc) • 891 B
JSON
{
"name": "@olbrain/generic-api-mcp",
"version": "1.0.1",
"description": "Generic MCP server for wrapping any REST API with configuration-driven approach",
"main": "index.js",
"bin": {
"generic-api-mcp": "./index.js"
},
"scripts": {
"test": "python3 test/test_server.py",
"postinstall": "pip3 install -r requirements.txt 2>/dev/null || python3 -m pip install -r requirements.txt"
},
"keywords": [
"mcp",
"model-context-protocol",
"api",
"rest",
"openapi",
"generic",
"alchemist"
],
"author": "Alchemist",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alchemist-ai/alchemist.git",
"directory": "packages/integrations/generic-api-mcp"
},
"files": [
"index.js",
"src/",
"requirements.txt",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=16.0.0"
}
}