This repository was archived by the owner on Apr 15, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathserver.json
More file actions
43 lines (43 loc) · 1.38 KB
/
server.json
File metadata and controls
43 lines (43 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ethanolivertroy/fedramp-docs-mcp",
"description": "Query FedRAMP 20x KSIs, NIST controls, and compliance docs via 21 MCP tools. Includes search_tools for tool discovery and deferred loading.",
"repository": {
"url": "https://github.com/hackIDLE/fedramp-docs-mcp",
"source": "github"
},
"version": "0.2.6",
"packages": [
{
"registryType": "npm",
"identifier": "fedramp-docs-mcp",
"version": "0.2.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "FEDRAMP_DOCS_PATH",
"description": "Path to an existing FedRAMP/docs checkout (default: ~/.cache/fedramp-docs)",
"isRequired": false,
"format": "string",
"isSecret": false
},
{
"name": "FEDRAMP_DOCS_AUTO_UPDATE",
"description": "Automatically check for and fetch repository updates (default: true)",
"isRequired": false,
"format": "string",
"isSecret": false
},
{
"name": "FEDRAMP_DOCS_UPDATE_CHECK_HOURS",
"description": "Hours between automatic update checks (default: 24)",
"isRequired": false,
"format": "string",
"isSecret": false
}
]
}
]
}