-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathserver.json
More file actions
40 lines (40 loc) · 1.03 KB
/
server.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.InsForge/insforge-mcp",
"title": "InsForge",
"description": "MCP server for InsForge BaaS — database, storage, edge functions, and deployments",
"repository": {
"url": "https://github.com/InsForge/insforge-mcp",
"source": "github"
},
"version": "1.2.6",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.insforge.dev/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@insforge/mcp",
"version": "1.2.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "API_KEY",
"description": "InsForge project API key",
"isRequired": true,
"isSecret": true
},
{
"name": "API_BASE_URL",
"description": "InsForge backend URL (e.g. https://your-app.us-east.insforge.app)",
"isRequired": true
}
]
}
]
}