File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,33 @@ export const servers: MCPServerType[] = [
143
143
}
144
144
}
145
145
} ,
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
+ } ,
146
173
{
147
174
id : "everart-ref" ,
148
175
name : "EverArt" ,
You can’t perform that action at this time.
0 commit comments