https://github.com/koki-develop/mcp-servers
自分用
https://github.com/koki-develop/mcp-servers
Last synced: 9 months ago
JSON representation
自分用
- Host: GitHub
- URL: https://github.com/koki-develop/mcp-servers
- Owner: koki-develop
- Created: 2025-05-01T00:17:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-02T07:33:27.000Z (9 months ago)
- Last Synced: 2025-05-07T21:07:05.771Z (9 months ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcp-servers
```console
$ bun install
```
```json
{
"mcpServers": {
"utilities": {
"command": "bun",
"args": [
"run",
"/path/to/mcp-servers",
"utilities"
]
},
"todoist": {
"command": "bun",
"args": [
"run",
"/path/to/mcp-servers",
"todoist"
],
"env": {
"TODOIST_API_TOKEN": ""
}
}
}
}
```