Compare commits
8 commits
b1c4f4b563
...
b83df6ddf4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b83df6ddf4 | ||
|
|
c54aa889f1 | ||
|
|
e114e2e5be | ||
|
|
e5fde01f8b | ||
|
|
075751c815 | ||
|
|
8844438477 | ||
|
|
8aa1effa89 | ||
|
|
2078644d69 |
2 changed files with 0 additions and 38 deletions
|
|
@ -42,4 +42,3 @@ See each MCP's `README.md` for specific environment variables and tools.
|
||||||
These MCPs run natively or are remote endpoints (no Docker image):
|
These MCPs run natively or are remote endpoints (no Docker image):
|
||||||
|
|
||||||
- **playwright/** — Browser automation, runs better natively (needs display + browser)
|
- **playwright/** — Browser automation, runs better natively (needs display + browser)
|
||||||
- **contextforge/** — Remote SSE gateway, no server to run locally
|
|
||||||
|
|
|
||||||
|
|
@ -1,37 +0,0 @@
|
||||||
# contextforge-mcp
|
|
||||||
|
|
||||||
MCP server gateway connecting to ContextForge backend agents. This is a remote SSE endpoint — no Docker image needed.
|
|
||||||
|
|
||||||
Source: Self-hosted at `mcp-gateway.corentic.eu`
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
This MCP is a remote endpoint, not a local server. Configure in your AI client:
|
|
||||||
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"mcpServers": {
|
|
||||||
"contextforge": {
|
|
||||||
"type": "remote",
|
|
||||||
"url": "https://mcp-gateway.corentic.eu/sse",
|
|
||||||
"headers": {
|
|
||||||
"Authorization": "Bearer your_token",
|
|
||||||
"X-Forgejo-Token": "your_forgejo_token"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Environment Variables (for local config)
|
|
||||||
|
|
||||||
Configure these in your environment:
|
|
||||||
|
|
||||||
| Variable | Description |
|
|
||||||
|----------|-------------|
|
|
||||||
| `CONTEXTFORGE_BEARER_TOKEN` | JWT token for API auth |
|
|
||||||
| `CONTEXTFORGE_FORGEJO_TOKEN` | Forgejo API token for repo operations |
|
|
||||||
|
|
||||||
## Tools
|
|
||||||
|
|
||||||
Dynamically registered by backend agents. Run `get_prompts` and `get_resources` after connecting to discover available capabilities.
|
|
||||||
Loading…
Add table
Reference in a new issue