-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
30 lines (30 loc) · 1.05 KB
/
Copy pathserver.json
File metadata and controls
30 lines (30 loc) · 1.05 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.adelaidasofia/substack-mcp",
"title": "FastMCP server for Substack \u2014 publish Notes and posts, pull analytics, manage dr",
"description": "FastMCP server for Substack \u2014 publish Notes and posts, pull analytics, manage drafts, pluggable\u2026",
"version": "0.2.0",
"repository": {
"url": "https://github.com/adelaidasofia/substack-mcp",
"source": "github"
},
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/adelaidasofia/substack-mcp/releases/download/v0.2.0/substack-mcp.mcpb",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"fileSha256": "698bd02c01e8ac3baa4da2635f5ad57d720f51c66c067d73d010d155a091562c",
"environmentVariables": [
{
"name": "SUBSTACK_SID_COOKIE",
"description": "Auth cookie extracted via browser dev tools",
"isRequired": true,
"isSecret": true
}
]
}
]
}