File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Expand file tree Collapse file tree 1 file changed +59
-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" : " 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+ }
You can’t perform that action at this time.
0 commit comments