mcp-web-agent

mcp-web-agentは、JavaScriptで構築されたウェブエージェントです。このツールは、特定のタスクを自動化し、ユーザーの操作を簡素化することを目的としています。しかし、ドキュメントやサポートが不足しているため、初心者には扱いにくい可能性があります。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

17

フォーク

0

イシュー

0

README
MCP Web Agent

This is a Next.js project that integrates Model Context Protocol (MCP) clients as tools with Large Language Models (LLMs). The application uses Ollama for LLM inference and provides a chat interface that can interact with various MCP-enabled tools.

Features
  • Chat interface with streaming responses
  • Integration with Ollama LLM backend
  • MCP client tools for enhanced capabilities
  • Real-time tool invocation and response streaming
Prerequisites
  • Node.js 18+ installed
  • Ollama running locally (default: http://localhost:11434)
  • MCP server filesystem service
Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.