-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathserver.json
More file actions
49 lines (49 loc) · 1.48 KB
/
Copy pathserver.json
File metadata and controls
49 lines (49 loc) · 1.48 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
44
45
46
47
48
49
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.Pactortester/Figma-Context-MCP-Cached",
"description": "Figma Context MCP with persistent caching.",
"status": "active",
"repository": {
"url": "https://github.com/Pactortester/Figma-Context-MCP-Cached",
"source": "github"
},
"version": "1.2.0",
"packages": [
{
"registry_type": "npm",
"registry_base_url": "https://registry.npmjs.org",
"identifier": "@pactortester/figma-mcp-cached",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"package_arguments": [
{
"type": "positional",
"value": "--stdio"
}
],
"environment_variables": [
{
"description": "Your Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokens",
"is_required": true,
"format": "string",
"is_secret": true,
"name": "FIGMA_API_KEY"
},
{
"description": "Optional JSON config enabling on-disk caching to avoid Figma rate limits, e.g. '{\"ttl\":{\"value\":30,\"unit\":\"d\"}}'.",
"is_required": false,
"format": "string",
"is_secret": false,
"name": "FIGMA_CACHING"
},
{
"name": "NODE_ENV",
"description": "Start the server in stdio mode, keep as CLI",
"default": "cli"
}
]
}
]
}