Asgard MCP Server
Integrates with Ollama to run local language models as an agent within the server.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Asgard MCP Serversearch for files about AI in the project folder"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
"Asgard" MCP server - public FOSS version
Overview
A modular web-http based MCP + webapp(uvicorn/fastAPI) + ollama agent stack written in python; Frontend/ Javascript placeholder written by LLMs*
Usage
After install activate a python virtual environment in the repository root, then open two terminals and run in one line for each in order:
python server.py
python chat_server.pyAfterwards, open localhost:8000 in browser to access the interface.
Related MCP server: MCP Server
Tooling and General Capabilities
The base tooling content of is bulky and still in development and testing; If using this app, you may simply exclude the unnecesarry libraries and remove the tool's code; It includes:
search_files
fetch_url
read_text_file
search_knowledge_base
embedImage
Footnotes
[*] - Provisional code;
This server cannot be deployed
Maintenance
Related MCP Connectors
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server for agentverse documentation, generated by doc2mcp.
Docs: https://docs.keenable.ai/mcp-server Keenable is a free, remote MCP server that gives agents access to the web index. Search the web with ranked results and date/site filters, then fetch any indexed page as clean markdown. Works out of the box with no account or API key.
Related MCP Servers
- FlicenseCqualityCmaintenanceA multi-tool MCP server that enhances local LLMs with web search, document reading, scholarly research, Wikipedia access, and calculator functions. Provides comprehensive tools for information retrieval and computation without requiring API keys by default.221-
- AlicenseNot gradedqualityDmaintenanceA modular MCP server providing file operations, web search, URL scraping, and sandboxed command execution for LLM interactions.1MIT
- AlicenseNot gradedqualityBmaintenanceA lightweight MCP server that exposes Ollama Cloud models as tools for chat, web search, and web fetching, with dynamic model switching.Apache 2.0
- AlicenseNot gradedqualityAmaintenanceMCP server providing tools for LLMs (via Ollama) to get current time, calculate arithmetic, list files, and read project README, with a web chat UI.35 npmMIT