Integrates with the Graphlit platform to enable natural language processing tasks and data retrieval from the Graphlit ecosystem.
Log in to the Graphlit Platform
Navigate to API Settings
- Once logged in, locate and open the API settings dashboard within your Graphlit account.
Obtain Required ENV Values
- In the API settings dashboard, locate the following values:
- Graphlit Organization ID (
GRAPHLIT_ORGANIZATION_ID
)
- Graphlit Environment ID (
GRAPHLIT_ENVIRONMENT_ID
)
- Graphlit JWT Secret (
GRAPHLIT_JWT_SECRET
)
Copy the Values
- Carefully copy each of the above values. You will need them in the next step.
Fill ENV Values in the FastMCP Connection Interface
- In your FastMCP connection interface, use the "Install Now" button.
- Enter the following values in their respective fields when prompted:
GRAPHLIT_ORGANIZATION_ID
GRAPHLIT_ENVIRONMENT_ID
GRAPHLIT_JWT_SECRET
(Optional) Configure Data Connector Credentials
- If you intend to use connectors like Slack, Google Email, Notion, etc., collect their respective tokens/credentials as needed from their platforms and enter them in the FastMCP interface when requested.
Note: For additional help or information, refer to the Graphlit API Documentation, or join the Graphlit Discord.