merging stuff from my joplin notes

This commit is contained in:
2025-07-14 09:02:35 -05:00
parent 56c223878f
commit e8b7648990
12 changed files with 1026 additions and 0 deletions

View 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

View 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

View 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:
![6e5ad57ec0bb70995a2ab92d65844308.png](../../_resources/6e5ad57ec0bb70995a2ab92d65844308.png)

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB