Files
mcp-home/config.json.example
T
Stefan Lohmaier c06e6d6b4c Joplin via Data API + Mail attachments
Notes server rewritten to use Joplin CLI Data API (joplin-cli sync
clients on host, ports 41184/41185). Clean fast search, proper
resource handling. New tools: list_note_resources, read_resource
(attachments as inline image/document/text).

Mail server: read_mail now lists attachments; new read_attachment
tool returns images inline, PDFs/docs as EmbeddedResource, text directly.

Tests: 54 total. Notes now real (notebooks, list, create+read).
Mail attachment listing + fetch tested.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-12 12:26:26 +02:00

61 lines
1.1 KiB
JSON

{
"radicale_url": "http://127.0.0.1:5232",
"radicale_users": {
"stefan": {
"username": "stefan",
"password": "CHANGE_ME"
},
"kati": {
"username": "kati",
"password": "CHANGE_ME"
}
},
"ocis_url": "http://127.0.0.1:9200",
"ocis_users": {
"stefan": {
"username": "stefan",
"password": "CHANGE_ME"
},
"kati": {
"username": "kati",
"password": "CHANGE_ME"
}
},
"joplin_url": "http://127.0.0.1:22300",
"joplin_tokens": {
"stefan": "",
"kati": ""
},
"mail_roots": {
"stefan": "/mnt/ssd/Backup/stefan/imap",
"kati": "/mnt/ssd/Backup/kati/imap"
},
"calendar_paths": {
"stefan": [
"/stefan/",
"/shared/"
],
"kati": [
"/kati/",
"/shared/"
]
},
"addressbook_paths": {
"stefan": [
"/stefan/"
],
"kati": [
"/kati/"
]
},
"joplin_data_api": {
"stefan": {
"url": "http://127.0.0.1:41184",
"token": "CHANGE_ME"
},
"kati": {
"url": "http://127.0.0.1:41185",
"token": "CHANGE_ME"
}
}
}