Skip to content

Commit 6325bda

Browse files
authored
feat: add manifest for nitansde-nitan-mcp
Generated manifest JSON for repository: https://github.com/nitansde/nitan-mcp Co-Authored-By: Lucien
1 parent c7fa277 commit 6325bda

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"name": "@nitansde/mcp",
3+
"display_name": "Nitan MCP",
4+
"description": "A dedicated MCP client for uscardforum.com, modified from Discourse MCP with an intelligent dual-method Cloudflare bypass.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/nitansde/nitan-mcp"
8+
},
9+
"author": {
10+
"name": "nitansde"
11+
},
12+
"license": "MIT",
13+
"categories": [
14+
"Web Services",
15+
"Dev Tools"
16+
],
17+
"tags": [
18+
"mcp",
19+
"discourse",
20+
"cloudflare-bypass"
21+
],
22+
"arguments": {
23+
"NITAN_USERNAME": {
24+
"description": "Your username for uscardforum.com.",
25+
"required": true,
26+
"example": "YOUR_USERNAME"
27+
},
28+
"NITAN_PASSWORD": {
29+
"description": "Your password for uscardforum.com.",
30+
"required": true,
31+
"example": "YOUR_PASSWORD"
32+
},
33+
"TIME_ZONE": {
34+
"description": "Optional timezone to use instead of your local clock.",
35+
"required": false,
36+
"example": "America/New_York"
37+
},
38+
"python_path": {
39+
"description": "Command-line argument to specify the path to a Python executable, especially if it is installed in a virtual environment.",
40+
"required": false,
41+
"example": "/path/to/python_executable"
42+
}
43+
},
44+
"installations": {
45+
"npm": {
46+
"type": "npm",
47+
"description": "Recommended installation method using npx.",
48+
"command": "npx",
49+
"args": [
50+
"-y",
51+
"@nitansde/mcp@latest"
52+
],
53+
"package": "@nitansde/mcp",
54+
"recommended": true
55+
}
56+
},
57+
"is_official": false,
58+
"is_archived": false
59+
}

0 commit comments

Comments
 (0)