portkey-admin-mcp 0.1.0-beta.1 โ 0.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +38 -11
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -2,7 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
# Portkey Admin MCP Server
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<picture>
|
|
6
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000&color=FFFFFF¢er=true&vCenter=true&width=500&lines=116+tools+for+Portkey+Admin+API;Prompts%2C+Configs%2C+Analytics;Full+MCP+Protocol+1.0+Server">
|
|
7
|
+
<source media="(prefers-color-scheme: light)" srcset="https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000&color=000000¢er=true&vCenter=true&width=500&lines=116+tools+for+Portkey+Admin+API;Prompts%2C+Configs%2C+Analytics;Full+MCP+Protocol+1.0+Server">
|
|
8
|
+
<img src="https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000&color=000000¢er=true&vCenter=true&width=500&lines=116+tools+for+Portkey+Admin+API;Prompts%2C+Configs%2C+Analytics;Full+MCP+Protocol+1.0+Server" alt="Typing SVG">
|
|
9
|
+
</picture>
|
|
6
10
|
|
|
7
11
|
MCP server for Portkey Admin API. **116 tools** for prompts, configs, analytics & more.
|
|
8
12
|
|
|
@@ -29,6 +33,12 @@ MCP server for Portkey Admin API. **116 tools** for prompts, configs, analytics
|
|
|
29
33
|
<a href="https://github.com/sponsors/s-b-e-n-s-o-n"><img src="https://img.shields.io/badge/sponsor-GitHub_Sponsors-ea4aaa?logo=githubsponsors&logoColor=fff" alt="Sponsor"></a>
|
|
30
34
|
</p>
|
|
31
35
|
|
|
36
|
+
<p align="center">
|
|
37
|
+
<a href="https://glama.ai/mcp/servers/@s-b-e-n-s-o-n/portkey-admin-mcp">
|
|
38
|
+
<img width="380" height="200" src="https://glama.ai/mcp/servers/@s-b-e-n-s-o-n/portkey-admin-mcp/badge" alt="Portkey Admin MCP server" />
|
|
39
|
+
</a>
|
|
40
|
+
</p>
|
|
41
|
+
|
|
32
42
|
---
|
|
33
43
|
|
|
34
44
|
## ๐ Contents
|
|
@@ -44,7 +54,26 @@ MCP server for Portkey Admin API. **116 tools** for prompts, configs, analytics
|
|
|
44
54
|
|
|
45
55
|
## ๐ Quick Start
|
|
46
56
|
|
|
47
|
-
**
|
|
57
|
+
**Add to Claude config** (`~/.claude/claude_desktop_config.json`):
|
|
58
|
+
```json
|
|
59
|
+
{
|
|
60
|
+
"mcpServers": {
|
|
61
|
+
"portkey": {
|
|
62
|
+
"command": "npx",
|
|
63
|
+
"args": ["-y", "portkey-admin-mcp"],
|
|
64
|
+
"env": {
|
|
65
|
+
"PORTKEY_API_KEY": "your_api_key"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
**Restart Claude Desktop.** That's it!
|
|
73
|
+
|
|
74
|
+
<details>
|
|
75
|
+
<summary><strong>๐จ Alternative: Build from source</strong></summary>
|
|
76
|
+
|
|
48
77
|
```bash
|
|
49
78
|
git clone https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp.git
|
|
50
79
|
cd portkey-admin-mcp
|
|
@@ -52,7 +81,7 @@ npm install
|
|
|
52
81
|
npm run build
|
|
53
82
|
```
|
|
54
83
|
|
|
55
|
-
|
|
84
|
+
Then use this config:
|
|
56
85
|
```json
|
|
57
86
|
{
|
|
58
87
|
"mcpServers": {
|
|
@@ -67,7 +96,7 @@ npm run build
|
|
|
67
96
|
}
|
|
68
97
|
```
|
|
69
98
|
|
|
70
|
-
|
|
99
|
+
</details>
|
|
71
100
|
|
|
72
101
|
---
|
|
73
102
|
|
|
@@ -467,18 +496,16 @@ Some endpoints are pending Portkey API clarification:
|
|
|
467
496
|
[](#)
|
|
468
497
|
[](#)
|
|
469
498
|
|
|
470
|
-
### Contributors
|
|
471
|
-
|
|
472
|
-
<a href="https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp/graphs/contributors">
|
|
473
|
-
<img src="https://contrib.rocks/image?repo=s-b-e-n-s-o-n/portkey-admin-mcp" alt="Contributors to portkey-admin-mcp" />
|
|
474
|
-
</a>
|
|
475
|
-
|
|
476
499
|
---
|
|
477
500
|
|
|
478
501
|
**MIT License** ยท Inspired by [r-huijts/portkey-admin-mcp-server](https://github.com/r-huijts/portkey-admin-mcp-server)
|
|
479
502
|
|
|
480
503
|
<a href="#portkey-admin-mcp-server">โ Back to top</a>
|
|
481
504
|
|
|
482
|
-
<
|
|
505
|
+
<picture>
|
|
506
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.visitorbadge.io/api/visitors?path=s-b-e-n-s-o-n%2Fportkey-admin-mcp&label=Visitors&countColor=%23FFFFFF">
|
|
507
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.visitorbadge.io/api/visitors?path=s-b-e-n-s-o-n%2Fportkey-admin-mcp&label=Visitors&countColor=%23000000">
|
|
508
|
+
<img src="https://api.visitorbadge.io/api/visitors?path=s-b-e-n-s-o-n%2Fportkey-admin-mcp&label=Visitors&countColor=%23000000" alt="Visitors">
|
|
509
|
+
</picture>
|
|
483
510
|
|
|
484
511
|
</div>
|
package/package.json
CHANGED