Skip to content

Commit c4ac4da

Browse files
authored
Merge pull request #2 from Chakra-Network/main
Add Chakra to Manifest
2 parents 0fef8cb + 12d5cd9 commit c4ac4da

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/data/servers/index.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,33 @@ export const servers: MCPServerType[] = [
143143
}
144144
}
145145
},
146+
{
147+
id: "chakra",
148+
name: "Chakra",
149+
description: "Integrate data from the open data marketplace and your organization natively into chat.",
150+
publisher: {
151+
id: "chakra",
152+
name: "Chakra",
153+
url: "https://chakra.dev/",
154+
},
155+
isOfficial: false,
156+
sourceUrl: "https://github.com/Chakra-Network/mcp-server",
157+
distribution: {
158+
type: "pip",
159+
package: "chakra-mcp",
160+
},
161+
license: "MIT",
162+
runtime: "python",
163+
config: {
164+
command: "uvx",
165+
args: ["chakra-mcp"],
166+
env: {
167+
"db_session_key": {
168+
description: "Your Chakra database session key. Find it at: https://console.chakra.dev/settings",
169+
}
170+
}
171+
}
172+
},
146173
{
147174
id: "everart-ref",
148175
name: "EverArt",

0 commit comments

Comments
 (0)