merging stuff from my joplin notes
This commit is contained in:
8
MCP/LLM Scaffolding/MCP/Basic Memory.md
Executable file
8
MCP/LLM Scaffolding/MCP/Basic Memory.md
Executable file
@@ -0,0 +1,8 @@
|
||||
Basic Memory
|
||||
|
||||
- URLs:
|
||||
- https://memory.basicmachines.co/integrations/claude-desktop
|
||||
- https://github.com/basicmachines-co/basic-memory
|
||||
- https://www.reddit.com/r/ClaudeAI/comments/1jdga7v/basic_memory_a_tool_that_gives_claude_persistent/
|
||||
|
||||
- Status: Installed/integrated with Claude Desktop
|
4
MCP/LLM Scaffolding/MCP/Cloudron.md
Executable file
4
MCP/LLM Scaffolding/MCP/Cloudron.md
Executable file
@@ -0,0 +1,4 @@
|
||||
Cloudron
|
||||
|
||||
URL: https://git.cloudron.io/playground/toy-mcp-server/
|
||||
Status: cloned, deps installed, not yet hooked to Claude Desktop
|
26
MCP/LLM Scaffolding/MCP/Joplin.md
Executable file
26
MCP/LLM Scaffolding/MCP/Joplin.md
Executable file
@@ -0,0 +1,26 @@
|
||||
- URLs:
|
||||
- https://mcpmarket.com/server/joplin
|
||||
- https://github.com/dweigend/joplin-mcp-server
|
||||
|
||||
- Here is the config:
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"joplin": {
|
||||
"command":"C:\\Users\\tsys\\.local\\bin\\uv.exe",
|
||||
"args": [
|
||||
"--directory",
|
||||
"E:/tsys/LLM/MCP/joplin-mcp-server",
|
||||
"run",
|
||||
"src/mcp/joplin_mcp.py"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
- Status: Configured and deployed in Claude Desktop
|
||||
|
||||
Here is the successful execution:
|
||||
|
||||

|
20
MCP/LLM Scaffolding/MCP/Redmine.md
Executable file
20
MCP/LLM Scaffolding/MCP/Redmine.md
Executable file
@@ -0,0 +1,20 @@
|
||||
Redmine
|
||||
|
||||
- URL: https://github.com/runekaagaard/mcp-redmine
|
||||
- Status: Configured and deployed in Claude Desktop
|
||||
|
||||
- Here is the config:
|
||||
```json
|
||||
"redmine": {
|
||||
"command": "uvx",
|
||||
"args": ["--from", "mcp-redmine==2025.04.09.153531",
|
||||
"--refresh-package", "mcp-redmine", "mcp-redmine"],
|
||||
"env": {
|
||||
"REDMINE_URL": "https://projects.knownelement.com",
|
||||
"REDMINE_API_KEY": "[redacted]",
|
||||
"REDMINE_REQUEST_INSTRUCTIONS": "E:/tsys/LLM/MCP/redmine-mcp-server/instructions.md"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
BIN
MCP/_resources/6e5ad57ec0bb70995a2ab92d65844308.png
Executable file
BIN
MCP/_resources/6e5ad57ec0bb70995a2ab92d65844308.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Reference in New Issue
Block a user