We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trsdn/markitdown-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
sample.md•507 B
# Sample Markdown Document
## Introduction
This is a **bold** statement with *italic* text.
### Features
- List item 1
- List item 2
- Nested item
- Another nested item
### Code Example
```python
def hello_world():
print("Hello, World!")
```
### Links and Images
[Link to example](https://example.com)
> This is a blockquote with important information.
| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| A | B | C |
| 1 | 2 | 3 |