Loading...
npx -y graphlit-mcp-server{
"mcp": {
"inputs": [
{
"type": "promptString",
"id": "organization_id",
"description": "Graphlit Organization ID",
"password": true
},
{
"type": "promptString",
"id": "environment_id",
"description": "Graphlit Environment ID",
"password": true
},
{
"type": "promptString",
"id": "jwt_secret",
"description": "Graphlit JWT Secret",
"password": true
}
],
"servers": {
"graphlit": {
"command": "npx",
"args": ["-y", "graphlit-mcp-server"],
"env": {
"GRAPHLIT_ORGANIZATION_ID": "${input:organization_id}",
"GRAPHLIT_ENVIRONMENT_ID": "${input:environment_id}",
"GRAPHLIT_JWT_SECRET": "${input:jwt_secret}"
}
}
}
}
}Query ContentsSearches for content within the Graphlit project.
Read-only operation; no data modification.
Prompt LLM ConversationEngages an LLM using data from the Graphlit project.
LLM interaction could lead to unexpected outputs or data exposure if not properly sandboxed.
Publish as Audio (ElevenLabs Audio)Generates audio from text using ElevenLabs.
Potential for misuse of audio generation if not properly controlled.
Web CrawlingCrawls web pages and ingests content.
Could potentially crawl sensitive or malicious sites if not restricted.
Delete Content(s)Deletes content from the Graphlit project.
Destructive operation; irreversible data loss.
Configure ProjectModifies the settings of a Graphlit project.
Can alter project behavior and access controls.
Add Contents to CollectionAdds content to a collection within the Graphlit project.
Modifies the organization of content within the project.
The Graphlit MCP server offers a balance of data access and control. It's safe when used with well-defined projects and limited tool access. Risks increase with broader permissions and the use of publishing or data connector tools.