We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/timowhite88/Farnsworth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
LICENSE
README.md
pyproject.toml
farnsworth/__init__.py
farnsworth/client.py
farnsworth.egg-info/PKG-INFO
farnsworth.egg-info/SOURCES.txt
farnsworth.egg-info/dependency_links.txt
farnsworth.egg-info/entry_points.txt
farnsworth.egg-info/requires.txt
farnsworth.egg-info/top_level.txt
farnsworth/agents/__init__.py
farnsworth/agents/agent_debates.py
farnsworth/agents/base_agent.py
farnsworth/agents/critic_agent.py
farnsworth/agents/filesystem_agent.py
farnsworth/agents/hierarchical_teams.py
farnsworth/agents/meta_cognition.py
farnsworth/agents/planner_agent.py
farnsworth/agents/proactive_agent.py
farnsworth/agents/specialist_agents.py
farnsworth/agents/specialization_learning.py
farnsworth/agents/swarm_orchestrator.py
farnsworth/agents/user_avatar.py
farnsworth/agents/web_agent.py
farnsworth/collaboration/__init__.py
farnsworth/collaboration/multi_user.py
farnsworth/collaboration/permissions.py
farnsworth/collaboration/sessions.py
farnsworth/collaboration/shared_memory.py
farnsworth/core/__init__.py
farnsworth/core/inference_engine.py
farnsworth/core/llm_backend.py
farnsworth/core/model_manager.py
farnsworth/core/model_swarm.py
farnsworth/core/resilience.py
farnsworth/evolution/__init__.py
farnsworth/evolution/behavior_mutation.py
farnsworth/evolution/fitness_tracker.py
farnsworth/evolution/genetic_optimizer.py
farnsworth/evolution/lora_evolver.py
farnsworth/integration/__init__.py
farnsworth/integration/multimodal.py
farnsworth/integration/tool_router.py
farnsworth/integration/video.py
farnsworth/integration/vision.py
farnsworth/integration/voice.py
farnsworth/mcp_server/__init__.py
farnsworth/mcp_server/agent_tools.py
farnsworth/mcp_server/evolution_tools.py
farnsworth/mcp_server/memory_tools.py
farnsworth/mcp_server/resources.py
farnsworth/mcp_server/server.py
farnsworth/memory/__init__.py
farnsworth/memory/archival_memory.py
farnsworth/memory/episodic_memory.py
farnsworth/memory/knowledge_graph.py
farnsworth/memory/knowledge_graph_v2.py
farnsworth/memory/memory_dreaming.py
farnsworth/memory/memory_sharing.py
farnsworth/memory/memory_system.py
farnsworth/memory/recall_memory.py
farnsworth/memory/semantic_layers.py
farnsworth/memory/sharding.py
farnsworth/memory/virtual_context.py
farnsworth/memory/working_memory.py
farnsworth/rag/__init__.py
farnsworth/rag/context_compression.py
farnsworth/rag/document_processor.py
farnsworth/rag/embeddings.py
farnsworth/rag/hybrid_retriever.py
farnsworth/rag/hybrid_search_v2.py
farnsworth/rag/self_refining_rag.py
farnsworth/ui/__init__.py
farnsworth/ui/streamlit_app.py
farnsworth/ui/visualizations.py
tests/test_agents.py
tests/test_evolution.py
tests/test_mcp.py
tests/test_memory.py
tests/test_q1_2025_features.py
tests/test_q2_2025_features.py