https://github.com/f440/docbase-mcp-server
MCP Server Implementation for DocBase
https://github.com/f440/docbase-mcp-server
ai mcp
Last synced: 7 months ago
JSON representation
MCP Server Implementation for DocBase
- Host: GitHub
- URL: https://github.com/f440/docbase-mcp-server
- Owner: f440
- Created: 2025-02-10T00:04:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T11:28:56.000Z (9 months ago)
- Last Synced: 2025-03-28T01:41:55.611Z (8 months ago)
- Topics: ai, mcp
- Language: TypeScript
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **docbase-mcp-server** - MCP Server Implementation for DocBase `typescript` `ai` `mcp` `server` `npm install f440/docbase-mcp-server` (AI/ML)
- awesome-mcp-servers - **docbase-mcp-server** - MCP Server Implementation for DocBase `typescript` `ai` `mcp` `server` `npm install f440/docbase-mcp-server` (AI/ML)
README
# DocBase MCP Server
An MCP server implementation for interacting with the DocBase API.
## Features
- Get posts from DocBase
## Tools
- `get_posts`: Get posts from DocBase.
- `get_post`: Get a specific post from DocBase.
## Setup
```json
{
"mcpServers": {
"docbase-mcp-server": {
"command": "npx",
"args": [
"-y",
"@f440/docbase-mcp-server"
],
"env": {
"DOMAIN": "",
"TOKEN": ""
}
}
}
}
```
### Getting `DOMAIN` and `TOKEN`
1. **DOMAIN**: Your DocBase team domain (e.g., `myteam` in `myteam.docbase.io`).
2. **TOKEN**: Access token for the DocBase API. You can generate a token from your DocBase settings. See [document](https://help.docbase.io/posts/45703) for details.
## License
MIT