bug: Removed the github MCP server and slack MCP server from mcp.json so users can just use Loki without any other setup and add more later

This commit is contained in:
2025-11-08 15:59:05 -07:00
parent cbb3d2c34a
commit 245c567d30
3 changed files with 4 additions and 42 deletions
+1 -16
View File
@@ -164,21 +164,6 @@ guide you through the process when you first attempt to access the vault. So, to
loki --list-secrets
```
### First Time Setup
In order for Loki to function correctly, you'll need to add a few secrets to the Loki vault so the MCP servers can
function.
**GitHub MCP Server:**
* `GITHUB_PERSONAL_ACCESS_TOKEN` - A GitHub Personal Access Token with `repo` and `workflow` scopes.
See [Creating a GitHub Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)
#### Add the secrets to the Loki vault
You can add the secrets to the Loki vault using the following commands (First time use will prompt you to create a vault
password file):
```sh
loki --add-secret GITHUB_PERSONAL_ACCESS_TOKEN
```
### Tab-Completions
You can also enable tab completions to make using Loki easier. To do so, add the following to your shell profile:
```shell
@@ -273,4 +258,4 @@ The appearance of Loki can be modified using the following settings:
| `save_shell_history` | `true` | Enables or disables REPL command history |
## Creator
* [Alex Clarke](https://github.com/Dark-Alex-17)
* [Alex Clarke](https://github.com/Dark-Alex-17)