-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
39 lines (39 loc) · 1.33 KB
/
server.json
File metadata and controls
39 lines (39 loc) · 1.33 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
{
"name": "security-alliance/frameworks-mcp",
"version": "1.0.0",
"description": "Public read-only MCP server for SEAL Frameworks security documentation",
"author": "Security Alliance",
"homepage": "https://github.com/security-alliance/frameworks-mcp",
"repository": {
"type": "git",
"url": "https://github.com/security-alliance/frameworks-mcp"
},
"license": "CC-BY-SA-4.0",
"mcpVersion": "2024-11-05",
"languages": ["typescript"],
"platforms": ["node"],
"tools": [
{
"name": "search_frameworks",
"description": "Search section-level indexed content from the SEAL Frameworks documentation. Returns ranked results with snippets."
},
{
"name": "fetch_framework_section",
"description": "Fetch the full normalized content of an indexed section by its ID."
},
{
"name": "compare_framework_path",
"description": "Compare the same document path between main and develop branches."
},
{
"name": "list_frameworks",
"description": "List available frameworks/top-level categories on a branch."
}
],
"categories": ["documentation", "reference", "security"],
"tags": ["security", "frameworks", "best-practices", "read-only"],
"registryAliases": {
"openai": "security-alliance/frameworks-mcp",
"anthropic": "security-alliance/frameworks-mcp"
}
}