oculairmedia/Letta-MCP-server
MCP server to manage letta server and comunicate with agents
70Stars
19Forks
158Claude Commits
RustLanguage
First Claude commit: Oct 19, 2025Last Claude commit: 1mo agoDiscovered: Mar 19, 2026
Recent Claude Commits
fix(ci): apply rustfmt to agent_advanced management
3c9c82b1mo agoauthor_emailchore: sync beads issue export
555a04b1mo agoauthor_emailfix: harden agent_advanced management flows
ec45db01mo agoauthor_emailchore: sync beads issue export
a195b181mo agoauthor_emailfix: route archival searches to dedicated endpoint
c17d5981mo agoauthor_emailfix(ci): scope tarpaulin coverage to project packages only
d9dcd691mo agoauthor_emaildocs: add resource constraints and dev rules to AGENTS.md
c3857e61mo agoauthor_emailchore: re-enable clippy, add rustfmt config, fix CI coverage/benchmark gates, fix all clippy warnings
64af2541mo agoauthor_emailtest: add proptest roundtrip tests for 8 core serde types (bd-25o)
f4a82c71mo agoauthor_emailci: add weekly cargo-mutants mutation testing workflow (bd-7y9)
f8560c21mo agoauthor_emailchore: create beads for testing gaps (bd-jih, bd-83s, bd-3n1) and close bd-3jb
424697d1mo agoauthor_emailfix: update integration tests for Option<AgentState> return types
680a4d91mo agoauthor_emailtest: add wiremock contract tests for null API response handling (bd-3jb)
4b5d3581mo agoauthor_emailci: enable Docker build on master/main branches
f2f46ff1mo agoauthor_emailstyle: apply rustfmt to tool_manager.rs
41723221mo agoauthor_emailfix: handle Option<AgentState> in attach/detach tool handlers
98a79b41mo agoauthor_emailfix: handle null responses from Letta attach/detach endpoints
62476511mo agoauthor_emailfix: apply rustfmt for agent advanced tool_ids mapping
5324c421mo agoauthor_emailfix: address Greptile PR feedback for message parsing and image tag
ba62b571mo agoauthor_emailfix: correct array schema items for agent advanced tool
5bbdcd11mo agoauthor_emailci: trigger rust workflows for fork branches
7b66ff41mo agoauthor_emailchore: remove project-level letta-mcp config (using global letta-tools)
b5be5921mo agoauthor_emailfix: raw JSON passthrough for update handler, fix tool_ids schema
1764ba81mo agoauthor_emailchore: bump version to 2.1.1
4746c241mo agoauthor_emailchore: sync beads
659c8d21mo agoauthor_emailfix: resolve 8 PM issues — pagination, update agent, mcp connect/resync
0aca0dd1mo agoauthor_emailchore: sync beads
01b87021mo agoauthor_emailrefactor(sdk): extract all hardcoded URL strings to centralized endpoints module
5b0dbd91mo agoauthor_emailfeat(sdk): add pagination params to all list endpoints, standardize API consistency
abc22cf1mo agoauthor_emailperf: server-side pagination, parallelize bulk_attach + list_agents_using, fix unwraps
7b68dcd1mo agoauthor_emaildocs: update README for v2.1.0 (architecture, features, dependencies)
24925ba1mo agoauthor_emailfix: rewrite file_folder_optimization tests against actual exported types
408c4861mo agoauthor_emailstyle: cargo fmt + fix hardcoded version string with env!(CARGO_PKG_VERSION)
3ef06cf1mo agoauthor_emailchore: bump version to 2.1.0 (turbomcp v3 + parallel fan-out)
76b3ffa1mo agoauthor_emailperf: parallel fan-out for multi-call handlers (tokio::join + buffer_unordered)
cf15fe61mo agoauthor_emailfix: narrow Option<Value> params to specific schema types (object/array)
6be40391mo agoauthor_emailfeat: migrate to turbomcp v3.0.0-beta.5 with per-param #[description]
290e1461mo agoauthor_emailfix: improve MCP tool schema UX for LLM clients
183c71f1mo agoauthor_emailchore: sync beads (close bd-4wh, bd-nw8)
cb913641mo agoauthor_emailci: parallel native multi-arch Docker builds (eliminate QEMU)
893cd131mo agoauthor_emailrefactor: extract AgentSummary struct from inline json! in crud handlers
dd7a0311mo agoauthor_emailchore: sync beads
1fa528b1mo agoauthor_emailrefactor: standardize agent list pagination via shared paginate() helper
00eeee11mo agoauthor_emailrefactor: unify error handling helpers and response structs across all tools
49405921mo agoauthor_emailbuild: switch LTO thin, add mold linker to Docker, trim tokio features
30ab5371mo agoauthor_emailperf: fix N+1 queries, add concurrency, server-side pagination, and zero-copy truncation
b70cfc31mo agoauthor_emailperf: fix O(n²) bulk_delete, cap get_message, skip redundant count() in list
c42d44e1mo agoauthor_emailfix: switch agent_advanced to individual params and implement conversation operations
6b006541mo agoauthor_emailfix: add tempfile dep to root workspace and use branch image tag in compose
09864972mo agoauthor_emailfeat: wire SDK-blocked handlers (agent update/import, list_agents_using_block)
e40b84f2mo agoauthor_email