An open API service indexing awesome lists of open source software.

https://github.com/koki-develop/mcp-servers

自分用
https://github.com/koki-develop/mcp-servers

Last synced: 9 months ago
JSON representation

自分用

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": ""
}
}
}
}
```