Skip to content

Commit 8bfb72f

Browse files
APIbaseclaude
andcommitted
Add glama.json, fix license in README, add npx install option
- Add glama.json with maintainer for Glama.ai server claiming - Fix README license section: Proprietary → MIT (matches LICENSE file) - Add npx apibase-mcp-client as Option B install method Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent f046b07 commit 8bfb72f

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ APIbase is a production MCP server that gives AI agents instant access to real-w
3131

3232
### For Claude Desktop / Cursor / Windsurf
3333

34-
Add to your MCP config:
34+
**Option A** — Direct connection (Streamable HTTP):
3535

3636
```json
3737
{
@@ -43,6 +43,19 @@ Add to your MCP config:
4343
}
4444
```
4545

46+
**Option B** — Via npm package (stdio bridge):
47+
48+
```json
49+
{
50+
"mcpServers": {
51+
"apibase": {
52+
"command": "npx",
53+
"args": ["-y", "apibase-mcp-client"]
54+
}
55+
}
56+
}
57+
```
58+
4659
### For any MCP-compatible agent
4760

4861
```
@@ -254,4 +267,4 @@ Requires: Docker, PostgreSQL 16, Redis 7.2, Node.js 20.
254267

255268
## License
256269

257-
Proprietary. All rights reserved.
270+
[MIT](LICENSE)

glama.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://glama.ai/mcp/schemas/server.json",
3+
"maintainers": [
4+
"whiteknightonhorse"
5+
]
6+
}

0 commit comments

Comments
 (0)