We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/grafana/mcp-grafana'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
context.md•1.41 KiB
# context.md
Follow and keep this documentation context and plan up to date.
This repository <GIT_REPOSITORY> is the main context source.
If you have additional project or repository context sources, list them here:
- Source 1
- Source 2
- Source 3
Output docs to `docs/sources/`.
Order sections and articles as they are below.
Add articles as h3 subsections with a list of:
- Relevant source files for context
- Things to include and not include
## Set up
Output setup docs to `docs/sources/set-up/`.
Create individual articles for each setup method.
Order articles from recommended to advanced setups.
## Configure
Output configure docs to `docs/sources/configure/`.
Create individual articles for each feature or component.
Order articles from foundational to advanced configuration.
## introduction.md
Create one `introduction.md` article covering these key unique concepts:
- Concept 1
- Concept 2
- Concept 3
## Guides
Output guides docs to `docs/sources/guides/`.
Include 5-10 critical use case articles.
Show the user how to use the product and its features to solve problems.
Create individual articles for each use case.
Order articles from foundational to advanced use cases.
## Developer
Output developer docs to `docs/sources/developer/`.
Cover public user SDKs and APIs.
Create individual articles for each SDK or API.
Put SDKs before APIs.
Order articles from most popular language or framework to least.