File tree Expand file tree Collapse file tree 1 file changed +58
-0
lines changed Expand file tree Collapse file tree 1 file changed +58
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @nitansde/mcp" ,
3+ "display_name" : " Nitan MCP" ,
4+ "description" : " MCP client for US Card Forum, a modified 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+ ],
16+ "tags" : [
17+ " discourse" ,
18+ " cloudflare-bypass" ,
19+ " forum"
20+ ],
21+ "arguments" : {
22+ "NITAN_USERNAME" : {
23+ "description" : " Your username for the uscardforum.com." ,
24+ "required" : true ,
25+ "example" : " YOUR_USERNAME"
26+ },
27+ "NITAN_PASSWORD" : {
28+ "description" : " Your password for the uscardforum.com." ,
29+ "required" : true ,
30+ "example" : " YOUR_PASSWORD"
31+ },
32+ "python_path" : {
33+ "description" : " Path to the Python executable if it's in a non-standard location or a virtual environment." ,
34+ "required" : false ,
35+ "example" : " /path/to/python_executable"
36+ }
37+ },
38+ "installations" : {
39+ "npm" : {
40+ "type" : " npm" ,
41+ "package" : " @nitansde/mcp" ,
42+ "command" : " npx" ,
43+ "args" : [
44+ " -y" ,
45+ " @nitansde/mcp@latest"
46+ ],
47+ "env" : {
48+ "NITAN_USERNAME" : " YOUR_USERNAME" ,
49+ "NITAN_PASSWORD" : " YOUR_PASSWORD" ,
50+ "TIME_ZONE" : " America/New_York"
51+ },
52+ "description" : " Recommended installation using npx. Automatically handles Node.js and Python dependencies for Cloudflare bypass." ,
53+ "recommended" : true
54+ }
55+ },
56+ "is_official" : false ,
57+ "is_archived" : false
58+ }
You can’t perform that action at this time.
0 commit comments